[llvm-branch-commits] [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=flang-rt (PR #110217)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 17 03:27:06 PST 2024
Meinersbur wrote:
> I am not asking for a a fully tested option, I am fine with an undocumented -DFLANG_RT_EXPERIMENTAL_DISABLE_STATIC option that forces this removes this `STATIC` keyword, and I can test myself with the configuration I use.
Without knowing what configurations FLANG_RT_EXPERIMENTAL_DISABLE_STATIC will be used with, there will either be an endless back-and-forth of new things that still do not work with any reviewer that tries that option or me having to test all (reasonably common) configurations anyway.
Rather than investing time on a temporary solution, I prefer working an the proper approach right away: #120213. If it is important to you, I can push all three with a single `git push` so at no point it is not there is not a possibility to build a shared library.
https://github.com/llvm/llvm-project/pull/110217
More information about the llvm-branch-commits
mailing list