[flang-commits] [flang] Reland "[flang] Avoid undefined behaviour when parsing format expressions (#147539)" (PR #148169)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri Jul 11 07:41:05 PDT 2025
tblah wrote:
I'm not sure how to check what a static library links to. If it is dynamic you can use `ldd`. For static libraries I build a Fortran program and see what it links to. I don't want to document that because I wonder if some of the dependencies could get removed from parts of the runtime not being used in that program - it might not be entirely robust.
I dimly remember there being a bot somewhere that kept an eye on these dependencies for flang-rt but whenever I heard about it was a long time ago.
https://github.com/llvm/llvm-project/pull/148169
More information about the flang-commits
mailing list