[PATCH] D62215: Fixes to distribution example for X86_64 Arch Linux
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 10:00:30 PDT 2019
beanz added a comment.
In D62215#1512849 <https://reviews.llvm.org/D62215#1512849>, @winksaville wrote:
> IIRC, on linux if LTO is ON I had to use `ld.gold` for both stage 1 and 2, although that maybe
> just the way it ended up and it wasn't necessary. But I'll test whatever you come up with.
I will try and spin up a VM today to try and test this on Linux using GNU ld for the stage 1. I don't usually do much work on Linux, but when I do I always setup `lld` as my system linker because it is way more efficient both in speed and memory usage. I don't think I've ever managed to get GNU ld to link a non-debug build of LLVM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62215/new/
https://reviews.llvm.org/D62215
More information about the llvm-commits
mailing list