[llvm-branch-commits] [llvm] [Flang-RT] Build libflang_rt.so (PR #120213)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 6 08:01:21 PST 2025
Meinersbur wrote:
Shoot. I only updated the branch with the same name in https://github.com/llvm/llvm-project. I created this PR from my personal's repository since it was supposed to be the last in the series.
I created a new one at #110217, since I am planning another PR on top. Thanks for trying out and sorry for the confusion.
NB. #110217 changes the default to `FLANG_RT_ENABLE_SHARED=OFF`. This is because most linkers prioritize the shared library if available and cause any executable created using the flang driver to require `libflang_rt.so`. Eventually, we should add an equivalent to `-static-libgcc` and `-static-libgfortran` to the Flang driver.
https://github.com/llvm/llvm-project/pull/120213
More information about the llvm-branch-commits
mailing list