[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


================
@@ -24,7 +24,7 @@ list(INSERT CMAKE_MODULE_PATH 0
 # We order libraries to mirror roughly how they are layered, except that compiler-rt can depend
 # on libc++, so we put it after.
 set(LLVM_DEFAULT_RUNTIMES "libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;openmp;offload")
-set(LLVM_SUPPORTED_RUNTIMES "${LLVM_DEFAULT_RUNTIMES};llvm-libgcc")
+set(LLVM_SUPPORTED_RUNTIMES "${LLVM_DEFAULT_RUNTIMES};llvm-libgcc;flang-rt")
----------------
ldionne wrote:

Any reason why `flang-rt` shouldn't be built by default?

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


More information about the llvm-branch-commits mailing list