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

Could we just pick a character to prefix each argument with that indicates that 
that argument should come at the end? `$` maybe?
e.g. 
```
-ffast-math $-lm 
-Wl,--as-needed, $-Wl,-Bstatic 
$-lhappy $-Wl,-Bdynamic
```
It's a bit messy compared to your pipe idea but maybe easier to implement?

https://github.com/llvm/llvm-project/pull/117573
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to