@@ -184,28 +184,29 @@ if ("flang" IN_LIST LLVM_ENABLE_PROJECTS)
184
184
endif ()
185
185
186
186
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 "
188
189
"-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
189
190
"https://libc.llvm.org/ for building the runtimes." )
190
191
endif ()
191
192
192
193
if ("compiler-rt" IN_LIST LLVM_ENABLE_PROJECTS )
193
194
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 "
195
196
"-DLLVM_ENABLE_RUNTIMES=compiler-rt or see the instructions at "
196
197
"https://compiler-rt.llvm.org/ for building the runtimes." )
197
198
endif ()
198
199
199
200
if ("offload" IN_LIST LLVM_ENABLE_PROJECTS )
200
201
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 "
202
203
"-DLLVM_ENABLE_RUNTIMES=offload or see the instructions at "
203
204
"https://openmp.llvm.org/ for building the runtimes." )
204
205
endif ()
205
206
206
207
if ("openmp" IN_LIST LLVM_ENABLE_PROJECTS )
207
208
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 "
209
210
"-DLLVM_ENABLE_RUNTIMES=openmp or see the instructions at "
210
211
"https://openmp.llvm.org/ for building the runtimes." )
211
212
endif ()
@@ -218,7 +219,7 @@ endif ()
218
219
219
220
if ("libclc" IN_LIST LLVM_ENABLE_PROJECTS )
220
221
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 "
222
223
"-DLLVM_ENABLE_RUNTIMES=libclc or see the instructions at "
223
224
"https://libclc.llvm.org/ for building the runtimes." )
224
225
endif ()
0 commit comments