[PATCH] D72402: [build][NFC] limit parallel link to reduce memory usage
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 09:05:59 PST 2020
dblaikie added a comment.
Could we do this the other way around - and "AND LINKER_IS_GNULD"? Because so far as I know gold has reasonable memory usage too (& LD64), etc. I /think/ it's just GNULD that's the outlier here. (I can't speak for SOLARISLD, admittedly)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72402/new/
https://reviews.llvm.org/D72402
More information about the llvm-commits
mailing list