[llvm-branch-commits] [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=FortranRuntime (PR #110217)
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 16 13:29:59 PDT 2024
================
@@ -261,6 +263,7 @@ function(runtime_default_target)
llvm_ExternalProject_Add(runtimes
${CMAKE_CURRENT_SOURCE_DIR}/../../runtimes
DEPENDS ${ARG_DEPENDS}
+ ${enable_fortran}
----------------
ldionne wrote:
I think `ENABLE_FORTRAN` could be passed below using the `EXTRA_ARGS` mechanism instead. That would be cleaner than using this "global-but-defined-only-later" `${enable_fortran}` variable.
https://github.com/llvm/llvm-project/pull/110217
More information about the llvm-branch-commits
mailing list