diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2024-10-27 21:54:08 -0700 |
---|---|---|
committer | Harmen Stoppels <harmenstoppels@gmail.com> | 2024-11-04 19:52:08 +0100 |
commit | 5cc07522abef9fa169cfa341e431c030dbbff7fe (patch) | |
tree | a6f6a272c23dc97e57ec95595f7f43aeb2b717ec /NOTICE | |
parent | 575a006ca332846615f0afb21357b15b64476a9e (diff) | |
download | spack-5cc07522abef9fa169cfa341e431c030dbbff7fe.tar.gz spack-5cc07522abef9fa169cfa341e431c030dbbff7fe.tar.bz2 spack-5cc07522abef9fa169cfa341e431c030dbbff7fe.tar.xz spack-5cc07522abef9fa169cfa341e431c030dbbff7fe.zip |
cc: parse RPATHs when in `ld` mode
In the pure `ld` case, we weren't actually parsing `RPATH` arguments separately as we
do for `ccld`. Fix this by adding *another* nested case statement for raw `RPATH`
parsing.
There are now 3 places where we deal with `-rpath` and friends, but I don't see a great
way to unify them, as `-Wl,`, `-Xlinker`, and raw `-rpath` arguments are all ever so
slightly different.
Also, this Fixes ordering of assertions to make `pytest` diffs more intelligible.
The meaning of `+` and `-` in diffs changed in `pytest` 6.0 and the "preferred" order
for assertions became `assert actual == expected` instead of the other way around.
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions