Skip to content

Commit 548d49d

Browse files
author
git apple-llvm automerger
committed
Merge commit 'b398447cbc86' from llvm.org/release/21.x into stable/21.x
2 parents ddd3e9a + b398447 commit 548d49d

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
@@ -184,28 +184,29 @@ if ("flang" IN_LIST LLVM_ENABLE_PROJECTS)
184184
endif()
185185

186186
if ("libc" IN_LIST LLVM_ENABLE_PROJECTS)
187-
message(WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated. Please use "
187+
message(WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated now, and will "
188+
"become a fatal error in a future release. Please use "
188189
"-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
189190
"https://libc.llvm.org/ for building the runtimes.")
190191
endif()
191192

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

199200
if ("offload" IN_LIST LLVM_ENABLE_PROJECTS)
200201
message(WARNING "Using LLVM_ENABLE_PROJECTS=offload 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=offload or see the instructions at "
203204
"https://openmp.llvm.org/ for building the runtimes.")
204205
endif()
205206

206207
if ("openmp" IN_LIST LLVM_ENABLE_PROJECTS)
207208
message(WARNING "Using LLVM_ENABLE_PROJECTS=openmp 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=openmp or see the instructions at "
210211
"https://openmp.llvm.org/ for building the runtimes.")
211212
endif()
@@ -218,7 +219,7 @@ endif ()
218219

219220
if ("libclc" IN_LIST LLVM_ENABLE_PROJECTS)
220221
message(WARNING "Using LLVM_ENABLE_PROJECTS=libclc is deprecated now, and will "
221-
"become a fatal error in the LLVM 21 release. Please use "
222+
"become a fatal error in a future release. Please use "
222223
"-DLLVM_ENABLE_RUNTIMES=libclc or see the instructions at "
223224
"https://libclc.llvm.org/ for building the runtimes.")
224225
endif()

0 commit comments

Comments
 (0)