diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-03-08 09:03:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 09:03:31 +0100 |
commit | c37d6f97dcf252b9e215b288af7a1af38dc8d2bc (patch) | |
tree | 1804e987cf11a3444454cb0ca2d87236aa2d8d8a /.codecov.yml | |
parent | ec73157a3446d8e309cdab32fc4ea40b349b72e4 (diff) | |
download | spack-c37d6f97dcf252b9e215b288af7a1af38dc8d2bc.tar.gz spack-c37d6f97dcf252b9e215b288af7a1af38dc8d2bc.tar.bz2 spack-c37d6f97dcf252b9e215b288af7a1af38dc8d2bc.tar.xz spack-c37d6f97dcf252b9e215b288af7a1af38dc8d2bc.zip |
compiler wrapper: parse Wl and Xlinker properly (#35912)
Two fixes:
1. `-Wl,a,b,c,d` is a comma separated list of linker arguments, we
incorrectly assume key/value pairs, which runs into issues with for
example `-Wl,--enable-new-dtags,-rpath,/x`
2. `-Xlinker,xxx` is not a think, so it shouldn't be parsed.
Diffstat (limited to '.codecov.yml')
0 files changed, 0 insertions, 0 deletions