@@ -187,28 +187,29 @@ if ("lldb" IN_LIST LLVM_ENABLE_PROJECTS)
187
187
endif ()
188
188
189
189
if ("libc" IN_LIST LLVM_ENABLE_PROJECTS )
190
- message (WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated. Please use "
190
+ message (WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated now, and will "
191
+ "become a fatal error in a future release. Please use "
191
192
"-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
192
193
"https://libc.llvm.org/ for building the runtimes." )
193
194
endif ()
194
195
195
196
if ("compiler-rt" IN_LIST LLVM_ENABLE_PROJECTS )
196
197
message (WARNING "Using LLVM_ENABLE_PROJECTS=compiler-rt is deprecated now, and will "
197
- "become a fatal error in the LLVM 21 release. Please use "
198
+ "become a fatal error in a future release. Please use "
198
199
"-DLLVM_ENABLE_RUNTIMES=compiler-rt or see the instructions at "
199
200
"https://compiler-rt.llvm.org/ for building the runtimes." )
200
201
endif ()
201
202
202
203
if ("offload" IN_LIST LLVM_ENABLE_PROJECTS )
203
204
message (WARNING "Using LLVM_ENABLE_PROJECTS=offload is deprecated now, and will "
204
- "become a fatal error in the LLVM 21 release. Please use "
205
+ "become a fatal error in a future release. Please use "
205
206
"-DLLVM_ENABLE_RUNTIMES=offload or see the instructions at "
206
207
"https://openmp.llvm.org/ for building the runtimes." )
207
208
endif ()
208
209
209
210
if ("openmp" IN_LIST LLVM_ENABLE_PROJECTS )
210
211
message (WARNING "Using LLVM_ENABLE_PROJECTS=openmp is deprecated now, and will "
211
- "become a fatal error in the LLVM 21 release. Please use "
212
+ "become a fatal error in a future release. Please use "
212
213
"-DLLVM_ENABLE_RUNTIMES=openmp or see the instructions at "
213
214
"https://openmp.llvm.org/ for building the runtimes." )
214
215
endif ()
@@ -221,7 +222,7 @@ endif ()
221
222
222
223
if ("libclc" IN_LIST LLVM_ENABLE_PROJECTS )
223
224
message (WARNING "Using LLVM_ENABLE_PROJECTS=libclc is deprecated now, and will "
224
- "become a fatal error in the LLVM 21 release. Please use "
225
+ "become a fatal error in a future release. Please use "
225
226
"-DLLVM_ENABLE_RUNTIMES=libclc or see the instructions at "
226
227
"https://libclc.llvm.org/ for building the runtimes." )
227
228
endif ()
0 commit comments