Closed hmartinez82 closed 1 year ago
Have tried the new release 3.30.0?
@MehdiChinoune Will try tonite, fingers crossed :)
@mstorsjo Do you know if this was fixed in LLVM 15.x , just 16.x or it's not fixed yet :( I thought it would have been fixed by https://reviews.llvm.org/D56813
@mstorsjo Do you know if this was fixed in LLVM 15.x , just 16.x or it's not fixed yet :( I thought it would have been fixed by https://reviews.llvm.org/D56813
That patch (from 2019) only avoids the issue in some cases, it doesn't fix it entirely.
https://github.com/llvm/llvm-project/commit/99e50e583867ac35ace36f5da50b3a3ff7c51d2e / https://reviews.llvm.org/D130049 should fix that issue more generally though (not all cases of it, but possibly the case that you're running into). That commit should be in 16.x.
@mstorsjo LLVM 16 worked! 🚀 🎆
Description / Steps to reproduce the issue
Clang++ is crashing when building qgis. This only happens in the ARM64 env. CLANG64 builds are working.
This is a downstream tracking issue for https://github.com/llvm/llvm-project/issues/60681 so we can update what's needed once they fix it.
Expected behavior
qgis builds.
Actual behavior
Verification
Windows Version
MINGW64_NT-10.0-22621
MINGW environments affected
Are you willing to submit a PR?
No response