[llvm-branch-commits] [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=flang-rt (PR #110217)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Dec 9 20:09:53 PST 2024


h-vetinari wrote:

Thanks for your inputs @Meinersbur! https://github.com/llvm/llvm-project/pull/110217/commits/a03606822b0eaef8efdeb00c4f2c33e1a029f79f fixed the compilation issues on linux.

I have another question - when building the runtimes (separately as you described), it seems that `-DBUILD_SHARED_LIBS=ON` gets ignored also on linux, in the sense that the resulting library is `libflang_rt.a` and not `libflang_rt.so`. You had commented that this is a known limitation on windows, but AFAIU this should still work on linux (as previously)?

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


More information about the llvm-branch-commits mailing list