[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
Thu Dec 12 10:06:36 PST 2024


jeanPerier wrote:

Thanks for the detailed explanation about the shared/static library builds!

I am in line with your plan of going towards libcxx/libc/libunwind options (FLANG_RT_ENABLE_SHARED/FLANG_RT_ENABLE_STATIC.)

I feel that in the short term (this patch) loosing the ability to build shared libs is a bit of a regression, and that it would be nice to have an option to do shared library instead of static (or just let `BUILD_SHARED_LIBS` drives that as it currently does until the options are ready).

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


More information about the llvm-branch-commits mailing list