@@ -184,28 +184,29 @@ if ("flang" IN_LIST LLVM_ENABLE_PROJECTS)
184184endif ()
185185
186186if ("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 "
188189 "-DLLVM_ENABLE_RUNTIMES=libc or see the instructions at "
189190 "https://libc.llvm.org/ for building the runtimes." )
190191endif ()
191192
192193if ("compiler-rt" IN_LIST LLVM_ENABLE_PROJECTS)
193194 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 "
195196 "-DLLVM_ENABLE_RUNTIMES=compiler-rt or see the instructions at "
196197 "https://compiler-rt.llvm.org/ for building the runtimes." )
197198endif ()
198199
199200if ("offload" IN_LIST LLVM_ENABLE_PROJECTS)
200201 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 "
202203 "-DLLVM_ENABLE_RUNTIMES=offload or see the instructions at "
203204 "https://openmp.llvm.org/ for building the runtimes." )
204205endif ()
205206
206207if ("openmp" IN_LIST LLVM_ENABLE_PROJECTS)
207208 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 "
209210 "-DLLVM_ENABLE_RUNTIMES=openmp or see the instructions at "
210211 "https://openmp.llvm.org/ for building the runtimes." )
211212endif ()
@@ -218,7 +219,7 @@ endif ()
218219
219220if ("libclc" IN_LIST LLVM_ENABLE_PROJECTS)
220221 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 "
222223 "-DLLVM_ENABLE_RUNTIMES=libclc or see the instructions at "
223224 "https://libclc.llvm.org/ for building the runtimes." )
224225endif ()
0 commit comments