[clang] [flang] [flang][Driver] When linking with the Fortran runtime, the `addArchSpecificRPath()` should be called too (PR #114837)

Michael Kruse via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 5 04:53:14 PST 2024


https://github.com/Meinersbur commented:

`addSanitizerRuntime` and `addOpenMPRuntime` are already calling `addArchSpecificRPath`. It it a problem if rpath is added multiple times?

Compiler-rt libs (`libclang_rt.*.a`) are added as absolute paths, shouldn't the Fortran-runtime do the same?

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


More information about the cfe-commits mailing list