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)
245
+
option(FLANG_INCLUDE_RUNTIME"Build the runtime in-tree (deprecated; to be replaced with LLVM_ENABLE_RUNTIMES=flang-rt)"${FLANG_INCLUDE_RUNTIME_default})
246
246
if (FLANG_INCLUDE_RUNTIME)
247
247
if ("flang-rt"IN_LISTLLVM_ENABLE_RUNTIMES)
248
248
message(WARNING"Building Flang-RT using LLVM_ENABLE_RUNTIMES. FLANG_INCLUDE_RUNTIME=${FLANG_INCLUDE_RUNTIME} ignored.")
0 commit comments