@@ -187,28 +187,29 @@ if ("lldb" IN_LIST LLVM_ENABLE_PROJECTS)
187187endif ()
188188
189189if ("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 "
191192 "-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
192193 "https://libc.llvm.org/ for building the runtimes." )
193194endif ()
194195
195196if ("compiler-rt" IN_LIST LLVM_ENABLE_PROJECTS)
196197 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 "
198199 "-DLLVM_ENABLE_RUNTIMES=compiler-rt or see the instructions at "
199200 "https://compiler-rt.llvm.org/ for building the runtimes." )
200201endif ()
201202
202203if ("offload" IN_LIST LLVM_ENABLE_PROJECTS)
203204 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 "
205206 "-DLLVM_ENABLE_RUNTIMES=offload or see the instructions at "
206207 "https://openmp.llvm.org/ for building the runtimes." )
207208endif ()
208209
209210if ("openmp" IN_LIST LLVM_ENABLE_PROJECTS)
210211 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 "
212213 "-DLLVM_ENABLE_RUNTIMES=openmp or see the instructions at "
213214 "https://openmp.llvm.org/ for building the runtimes." )
214215endif ()
@@ -221,7 +222,7 @@ endif ()
221222
222223if ("libclc" IN_LIST LLVM_ENABLE_PROJECTS)
223224 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 "
225226 "-DLLVM_ENABLE_RUNTIMES=libclc or see the instructions at "
226227 "https://libclc.llvm.org/ for building the runtimes." )
227228endif ()
0 commit comments