[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:58 PDT 2024


================
@@ -34,6 +34,8 @@ endfunction()
 
 
 # llvm_ExternalProject_Add(name source_dir ...
+#   ENABLE_FORTRAN
+#     External project requires the Flang compiler
----------------
ldionne wrote:

Ah, I see now, `clang` is being added implicitly if you don't specify any required toolchain tools. I don't love adding a new parameter, but after consideration I can't think of any other simple solution.

https://github.com/llvm/llvm-project/pull/110217


More information about the llvm-branch-commits mailing list