[flang-commits] [clang] [flang] [clang][driver] Special care for -l flags in config files (PR #117573)

Paul Osmialowski via flang-commits flang-commits at lists.llvm.org
Mon Dec 2 09:19:14 PST 2024


================
@@ -0,0 +1 @@
+-ffast-math -Wl,--as-needed | -lm -Wl,-Bstatic -lhappy -Wl,-Bdynamic
----------------
pawosm-arm wrote:

Seems neither '$' nor '@' is the best choice, '$' looks like shell variable expansion, so I'll do `^`, e.g., '^-Wl,-Bstatic`.


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


More information about the flang-commits mailing list