You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(FLANG_INCLUDE_RUNTIME"Build the runtime in-tree (deprecated; to be replaced with LLVM_ENABLE_RUNTIMES=flang-rt)"${FLANG_INCLUDE_RUNTIME_default})
251
-
if (FLANG_INCLUDE_RUNTIME)
252
-
if ("flang-rt"IN_LISTLLVM_ENABLE_RUNTIMES)
253
-
message(WARNING"Building Flang-RT using LLVM_ENABLE_RUNTIMES. FLANG_INCLUDE_RUNTIME=${FLANG_INCLUDE_RUNTIME} ignored.")
254
-
set(FLANG_INCLUDE_RUNTIMEOFF)
255
-
else ()
256
-
message(STATUS"Building Flang-RT in-tree")
257
-
endif ()
258
-
else ()
259
-
if ("flang-rt"IN_LISTLLVM_ENABLE_RUNTIMES)
260
-
message(STATUS"Building Flang-RT using LLVM_ENABLE_RUNTIMES")
261
-
else ()
262
-
message(STATUS"Not building Flang-RT. For a usable Fortran toolchain, either add LLVM_ENABLE_RUNTIMES=flang-rt, or compile a standalone Flang-RT.")
263
-
endif ()
245
+
if (NOT"flang-rt"IN_LISTLLVM_ENABLE_RUNTIMES)
246
+
message(STATUS"Not building Flang-RT. For a usable Fortran toolchain, either add LLVM_ENABLE_RUNTIMES=flang-rt, or compile a standalone Flang-RT.")
0 commit comments