File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,13 +247,13 @@ if (FLANG_INCLUDE_RUNTIME)
247
247
message (WARNING "Building Flang-RT using LLVM_ENABLE_RUNTIMES. FLANG_INCLUDE_RUNTIME=${FLANG_INCLUDE_RUNTIME} ignored." )
248
248
set (FLANG_INCLUDE_RUNTIME OFF )
249
249
else ()
250
- message (STATUS "Building flang_rt in-tree" )
250
+ message (STATUS "Building Flang-RT in-tree" )
251
251
endif ()
252
252
else ()
253
253
if ("flang-rt" IN_LIST LLVM_ENABLE_RUNTIMES )
254
- message (STATUS "Building Flang-RT using LLVM_ENABLE_RUNTIMES. " )
254
+ message (STATUS "Building Flang-RT using LLVM_ENABLE_RUNTIMES" )
255
255
else ()
256
- message (STATUS "Not building Flang-RT. For a usable Fortran toolchain, compile a standalone Flang-RT" )
256
+ message (STATUS "Not building Flang-RT. For a usable Fortran toolchain, either add LLVM_ENABLE_RUNTIMES=flang-rt, or compile a standalone Flang-RT. " )
257
257
endif ()
258
258
endif ()
259
259
You can’t perform that action at this time.
0 commit comments