-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[compiler-rt] Deprecate LLVM_ENABLE_PROJECTS in favor of LLVM_ENABLE_RUNTIMES #124016
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
[compiler-rt] Deprecate LLVM_ENABLE_PROJECTS in favor of LLVM_ENABLE_RUNTIMES #124016
Conversation
…RUNTIMES We plan to make this a hard error in the LLVM 21 release. Link llvm#124012
Do we have release notes for some of the libraries mentioned in the sister issues you just filed? |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/50/builds/9490 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/72/builds/7638 Here is the relevant piece of the build log for the reference
|
When using LLVM_ENABLE_RUNTIMES=compiler-rt instead of LLVM_ENABLE_PROJECTS, the produced compile_commands.json doesn't cover compiler-rt sources. How's this supposed to work with clangd (IDEs, autocompletion...)? |
We plan to make this a hard error in the LLVM 21 release.
Link #124012