@@ -180,28 +180,29 @@ if ("flang" IN_LIST LLVM_ENABLE_PROJECTS)
180
180
endif ()
181
181
182
182
if ("libc" IN_LIST LLVM_ENABLE_PROJECTS )
183
- message (WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated. Please use "
183
+ message (WARNING "Using LLVM_ENABLE_PROJECTS=libc is deprecated now, and will "
184
+ "become a fatal error in a future release. Please use "
184
185
"-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
185
186
"https://libc.llvm.org/ for building the runtimes." )
186
187
endif ()
187
188
188
189
if ("compiler-rt" IN_LIST LLVM_ENABLE_PROJECTS )
189
190
message (WARNING "Using LLVM_ENABLE_PROJECTS=compiler-rt is deprecated now, and will "
190
- "become a fatal error in the LLVM 21 release. Please use "
191
+ "become a fatal error in a future release. Please use "
191
192
"-DLLVM_ENABLE_RUNTIMES=compiler-rt or see the instructions at "
192
193
"https://compiler-rt.llvm.org/ for building the runtimes." )
193
194
endif ()
194
195
195
196
if ("offload" IN_LIST LLVM_ENABLE_PROJECTS )
196
197
message (WARNING "Using LLVM_ENABLE_PROJECTS=offload 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=offload or see the instructions at "
199
200
"https://openmp.llvm.org/ for building the runtimes." )
200
201
endif ()
201
202
202
203
if ("openmp" IN_LIST LLVM_ENABLE_PROJECTS )
203
204
message (WARNING "Using LLVM_ENABLE_PROJECTS=openmp 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=openmp or see the instructions at "
206
207
"https://openmp.llvm.org/ for building the runtimes." )
207
208
endif ()
@@ -214,7 +215,7 @@ endif ()
214
215
215
216
if ("libclc" IN_LIST LLVM_ENABLE_PROJECTS )
216
217
message (WARNING "Using LLVM_ENABLE_PROJECTS=libclc is deprecated now, and will "
217
- "become a fatal error in the LLVM 21 release. Please use "
218
+ "become a fatal error in a future release. Please use "
218
219
"-DLLVM_ENABLE_RUNTIMES=libclc or see the instructions at "
219
220
"https://libclc.llvm.org/ for building the runtimes." )
220
221
endif ()
0 commit comments