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

Paul Osmialowski via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 08:25:23 PST 2024


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

Since for ` llvm::cl::ExpansionContext::readConfigFile()` a newline is just a separator, this can't be achieved by doing an enhancement in a code very distant from here. Seems now the 'pipe' idea can be buried and we're back to square one. I need to invent something different.


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


More information about the cfe-commits mailing list