[flang-commits] [clang] [flang] [clang][driver] When -fveclib=ArmPL flag is in use, always link against libamath (PR #116432)
Paul Osmialowski via flang-commits
flang-commits at lists.llvm.org
Tue Dec 3 06:24:17 PST 2024
pawosm-arm wrote:
I've added these suggested changes. Also, I was advised by the libamath team that the complicated relationship between libamath and libm needs more elaborate handling, hence additional `-lm` before `-lamath` (see comment that I've also added). Also I was advised to use `--as-needed`, so I wrapped it around push/pop-state.
https://github.com/llvm/llvm-project/pull/116432
More information about the flang-commits
mailing list