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 da5f330 commit 5f881b7Copy full SHA for 5f881b7
llvm/CMakeLists.txt
@@ -150,6 +150,13 @@ if ("flang" IN_LIST LLVM_ENABLE_PROJECTS)
150
endif()
151
152
153
+if ("libc" IN_LIST LLVM_ENABLE_PROJECTS)
154
+ message(WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated now, and will "
155
+ "become a fatal error in the LLVM 21 release. Please use "
156
+ "-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
157
+ "https://libc.llvm.org/ for building the runtimes.")
158
+endif()
159
+
160
# Select the runtimes to build
161
#
162
# As we migrate runtimes to using the bootstrapping build, the set of default runtimes
0 commit comments