spack/lib/spack
Jordan Galby 97ea57e59f
Add ld.gold and ld.lld compiler wrapper (#25626)
The gcc compiler can be configured to use `ld.gold` by default. It will
then call `ld.gold` explicitly when linking. When so, spack need to have
a ld.gold wrapper in PATH to inject rpaths link flags etc...

Also I wouldn't be surprised to see some package calling `ld.gold`
directly.

As for ld.gold, the argument could be made that we want to support any
package that could call ld.lld.
2021-08-27 13:16:26 +02:00
..
docs Remove references to self.install_test_root from packaging guide (#25238) 2021-08-26 19:22:40 +02:00
env Add ld.gold and ld.lld compiler wrapper (#25626) 2021-08-27 13:16:26 +02:00
external Use a patched argparse only in Python 2.X (#25376) 2021-08-17 08:52:51 -07:00
llnl Remove fork_context from llnl.util.lang (#25620) 2021-08-26 09:39:59 -07:00
spack Make SpecBuildInterface pickleable (#25628) 2021-08-27 09:10:03 +00:00