[flang-commits] [flang] [clang] [flang][windows] Add option to link against specific MSVC CRT (PR #70833)
Reid Kleckner via flang-commits
flang-commits at lists.llvm.org
Wed Nov 1 13:30:33 PDT 2023
rnk wrote:
Do we really need to have all 4 variants of the 3 fortran runtime libraries? That's a lot of complexity. Can we pare it down to just static/dynamic? It's also sometimes possible to generate code that works in both the static and dynamic context, depending on what is in those libraries. We don't create 4 variants of clang_rt.builtins, for examle.
https://github.com/llvm/llvm-project/pull/70833
More information about the flang-commits
mailing list