[flang-commits] [clang] [flang] [driver] Generalize the code that adds the path of libflang_rt.runtime.a. (PR #134362)

Daniel Chen via flang-commits flang-commits at lists.llvm.org
Mon Apr 7 05:50:56 PDT 2025


DanielCChen wrote:

> I would generally prefer if we could avoid having driver behavior depend on the existance of files, but the linker would also pick an existing file as well.

Agreed. The `if (static exists) - else if (shared exists)` logic in this PR is temporary until we have the compiler option to allow users to choose which one to link.

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


More information about the flang-commits mailing list