-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fails to build with LLVM 18 #19532
Comments
Currently, Zig uses LLVM 17 so please use LLVM 17 and not 18. |
msys2 has only llvm 18 (14 and 15 versions for some packages) |
You can always compile LLVM yourself. |
this is not a solution as I want to return zig back to msys2 (it was disable a couple of years ago) |
I don't see any alternative solution as stage 1 requires LLVM 17, you can always try to do the LLVM upgrade process as described in the wiki but I don't recommend it if you run into issues. |
Zig links against the LLVM API, so will never link with an incompatible version. |
Zig Version
git HEAD
Steps to Reproduce and Observed Behavior
get LLVM 18 (e.g. msys2) and run bootstrap
get errors
Expected Behavior
expected succesful build for stage1
The text was updated successfully, but these errors were encountered: