[clang] [flang] [clang][driver] Fix -fveclib=ArmPL issue: with -nostdlib do not link against libm (PR #133578)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 31 12:12:35 PDT 2025


https://github.com/jhuber6 approved this pull request.

I guessing we pass `-lm` twice here to work around `ld.bfd` not handling static libraries in a pleasant way?

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


More information about the cfe-commits mailing list