[clang] [clang] [Driver] Fix respecting libdir when locating flang runtime (PR #127345)

Michał Górny via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 16 05:31:17 PST 2025


mgorny wrote:

Sigh, looks like clang's driver is a mess around `lib`/`lib64` after all. So a proper solution would probably involve adding arch to the library name, and moving it into clang's resource directory.

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


More information about the cfe-commits mailing list