================ @@ -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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits