-
Notifications
You must be signed in to change notification settings - Fork 14.2k
[libc] Deprecate LLVM_ENABLE_PROJECTS in favor of LLVM_ENABLE_RUNTIMES. #117265
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
Conversation
We plan to make this a hard error in the LLVM 21 release. Link: llvm#78479
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me
No longer will any CI builds use LLVM_ENABLE_PROJECTS, which is deprecated as of llvm/llvm-project#117265. libc-x86_64-debian-dbg-runtimes-build can be offlined as a result of this change. Buildbots will probably need their CMakeCache.txt reset after this.
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/64/builds/1606 Here is the relevant piece of the build log for the reference
|
It sounds like we might need to rethink this for the gpu build's host utilities. |
No longer will any CI builds use LLVM_ENABLE_PROJECTS, which is deprecated as of llvm/llvm-project#117265. libc-x86_64-debian-dbg-runtimes-build can be offlined as a result of this change. Buildbots will probably need their CMakeCache.txt reset after this.
No longer will any CI builds use LLVM_ENABLE_PROJECTS, which is deprecated as of llvm/llvm-project#117265. libc-x86_64-debian-dbg-runtimes-build can be offlined as a result of this change. Buildbots will probably need their CMakeCache.txt reset after this.
No longer will any CI builds use LLVM_ENABLE_PROJECTS, which is deprecated as of llvm/llvm-project#117265. Buildbots will probably need their CMakeCache.txt reset after this. Link: llvm/llvm-project#78479
We plan to make this a hard error in the LLVM 21 release.
Link: #78479