Commit Graph

4 Commits

Author SHA1 Message Date
Gergely Meszaros e3895f4a8b Linking: Preserve nested LINKER: prefixes as written
Previously LINKER:,-Xlinker and -Wl, options nested inside LINKER:
prefixes would be transformed to separate prefixed options.
This is confusing and undocumented behavior, instead preserve these
as written.

Fixes: #26298
2024-09-23 02:17:19 -07:00
Gergely Meszaros 54381b5a81 Linking: extract wrapping linker options to a lambda (NFC)
Extract logic to wrap flags in wrapOptions, it will be reused in
a follow-up commit.
2024-09-18 01:27:37 -07:00
Brad King 633afa0b2e cmGeneratorExpressionDAGChecker: Make config name available in constructor 2024-05-21 09:22:51 -04:00
Brad King cdd7112a5d cmGeneratorTarget: Factor options-like usage requirements into own source 2024-05-20 19:24:48 -04:00