Skip to content

Commit 5dd7491

Browse files
author
git apple-llvm automerger
committed
Merge commit '6cd6de5bc0c8' from llvm.org/main into next
2 parents 15be799 + 6cd6de5 commit 5dd7491

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

llvm/CMakeLists.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,28 +191,29 @@ if ("lldb" IN_LIST LLVM_ENABLE_PROJECTS)
191191
endif ()
192192

193193
if ("libc" IN_LIST LLVM_ENABLE_PROJECTS)
194-
message(WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated. Please use "
194+
message(WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated now, and will "
195+
"become a fatal error in a future release. Please use "
195196
"-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
196197
"https://libc.llvm.org/ for building the runtimes.")
197198
endif()
198199

199200
if ("compiler-rt" IN_LIST LLVM_ENABLE_PROJECTS)
200201
message(WARNING "Using LLVM_ENABLE_PROJECTS=compiler-rt is deprecated now, and will "
201-
"become a fatal error in the LLVM 21 release. Please use "
202+
"become a fatal error in a future release. Please use "
202203
"-DLLVM_ENABLE_RUNTIMES=compiler-rt or see the instructions at "
203204
"https://compiler-rt.llvm.org/ for building the runtimes.")
204205
endif()
205206

206207
if ("offload" IN_LIST LLVM_ENABLE_PROJECTS)
207208
message(WARNING "Using LLVM_ENABLE_PROJECTS=offload is deprecated now, and will "
208-
"become a fatal error in the LLVM 21 release. Please use "
209+
"become a fatal error in a future release. Please use "
209210
"-DLLVM_ENABLE_RUNTIMES=offload or see the instructions at "
210211
"https://openmp.llvm.org/ for building the runtimes.")
211212
endif()
212213

213214
if ("openmp" IN_LIST LLVM_ENABLE_PROJECTS)
214215
message(WARNING "Using LLVM_ENABLE_PROJECTS=openmp is deprecated now, and will "
215-
"become a fatal error in the LLVM 21 release. Please use "
216+
"become a fatal error in a future release. Please use "
216217
"-DLLVM_ENABLE_RUNTIMES=openmp or see the instructions at "
217218
"https://openmp.llvm.org/ for building the runtimes.")
218219
endif()
@@ -225,7 +226,7 @@ endif ()
225226

226227
if ("libclc" IN_LIST LLVM_ENABLE_PROJECTS)
227228
message(WARNING "Using LLVM_ENABLE_PROJECTS=libclc is deprecated now, and will "
228-
"become a fatal error in the LLVM 21 release. Please use "
229+
"become a fatal error in a future release. Please use "
229230
"-DLLVM_ENABLE_RUNTIMES=libclc or see the instructions at "
230231
"https://libclc.llvm.org/ for building the runtimes.")
231232
endif()

0 commit comments

Comments
 (0)