@@ -191,28 +191,29 @@ if ("lldb" IN_LIST LLVM_ENABLE_PROJECTS)
191
191
endif ()
192
192
193
193
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 "
195
196
"-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
196
197
"https://libc.llvm.org/ for building the runtimes." )
197
198
endif ()
198
199
199
200
if ("compiler-rt" IN_LIST LLVM_ENABLE_PROJECTS )
200
201
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 "
202
203
"-DLLVM_ENABLE_RUNTIMES=compiler-rt or see the instructions at "
203
204
"https://compiler-rt.llvm.org/ for building the runtimes." )
204
205
endif ()
205
206
206
207
if ("offload" IN_LIST LLVM_ENABLE_PROJECTS )
207
208
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 "
209
210
"-DLLVM_ENABLE_RUNTIMES=offload or see the instructions at "
210
211
"https://openmp.llvm.org/ for building the runtimes." )
211
212
endif ()
212
213
213
214
if ("openmp" IN_LIST LLVM_ENABLE_PROJECTS )
214
215
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 "
216
217
"-DLLVM_ENABLE_RUNTIMES=openmp or see the instructions at "
217
218
"https://openmp.llvm.org/ for building the runtimes." )
218
219
endif ()
@@ -225,7 +226,7 @@ endif ()
225
226
226
227
if ("libclc" IN_LIST LLVM_ENABLE_PROJECTS )
227
228
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 "
229
230
"-DLLVM_ENABLE_RUNTIMES=libclc or see the instructions at "
230
231
"https://libclc.llvm.org/ for building the runtimes." )
231
232
endif ()
0 commit comments