[flang-commits] [flang] [flang][runtime] Make sure to link libexecinfo if it exists (PR #125344)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Tue Feb 4 02:20:37 PST 2025
Meinersbur wrote:
> I'm definitely not an expert in this area but wouldn't this be a dependency of the runtime library so when the runtime library is loaded this would be too? Then flang just needs to know to link the runtime library
If it is a static library, then no. There is no mechanism for transitive dependencies in `ld`.
https://github.com/llvm/llvm-project/pull/125344
More information about the flang-commits
mailing list