We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cde6d2 commit 379cc60Copy full SHA for 379cc60
llvm/CMakeLists.txt
@@ -157,6 +157,13 @@ if ("libc" IN_LIST LLVM_ENABLE_PROJECTS)
157
"https://libc.llvm.org/ for building the runtimes.")
158
endif()
159
160
+if ("compiler-rt" IN_LIST LLVM_ENABLE_PROJECTS)
161
+ message(WARNING "Using LLVM_ENABLE_PROJECTS=compiler-rt is deprecated now, and will "
162
+ "become a fatal error in the LLVM 21 release. Please use "
163
+ "-DLLVM_ENABLE_RUNTIMES=compiler-rt or see the instructions at "
164
+ "https://compiler-rt.llvm.org/ for building the runtimes.")
165
+endif()
166
+
167
# Select the runtimes to build
168
#
169
# As we migrate runtimes to using the bootstrapping build, the set of default runtimes
0 commit comments