[PATCH] D55311: Add support for OUTPUT_ARCH linker script command
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 5 15:49:56 PST 2018
void added a comment.
In D55311#1320727 <https://reviews.llvm.org/D55311#1320727>, @ruiu wrote:
> Sorry, I'm really confused. Could you explain again for me why you need this patch to link Linux kernel?
The Linux kernel uses linker scripts heavily. They include the `OUTPUT_ARCH` command. It's a feature that's not quite the same as the `-m` command line option. It's not cruft and has an actual real use.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55311/new/
https://reviews.llvm.org/D55311
More information about the llvm-commits
mailing list