-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Package request: llvmPackages_17 #257654
Comments
Hi there, I don't think it will happen soon unfortunately as we still need to pick up the pieces of the last LLVM16/LLVM git divergences. |
I've started some of the work to add LLVM 17, so far only |
@RossComputerGuy Please ensure that llvmPackages_git and llvmPackages_16 are sync with llvmPackages_17 if you do so. Each time, we give in to not stabilizing the divergences, we lose the opportunity to make it work for everything we learned about in the past release. |
Alright, I'll keep that in mind. Didn't realize there was a llvm git package, I only copied the stuff from llvm 16 to make 17 and after removing a couple patches, it seems to be working so far (compiler-rt built, clang just finished). There will probably have to be some patch changes but so far, things are working. |
I have a couple of Darwin-related questions:
|
@reckenrode I can try things out since my ARM machine is Apple Silicon. I'm mainly focused on Linux on ARM but I can try out the ARM Darwin support and patch if necessary. |
aarch64-darwin should be fine. Its SDK is 11.0. The issue with x86_64-darwin is it’s still using the 10.12 SDK by default (see #101229), and work on updating it is in progress. This doesn’t affect #234710, but it’ll be an issue for the Darwin stdenv once LLVM 18 is released next year. |
Should we just remove |
Project description
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
Metadata
The text was updated successfully, but these errors were encountered: