[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:02:36 PST 2018
void added a comment.
In D55311#1320699 <https://reviews.llvm.org/D55311#1320699>, @ruiu wrote:
> Even with this patch, don't you still have to make a change to lld so that it accepts a set of input files of different targets?
I don't understand. They should all be for the same target. This is just telling the linker which target they're actually for.
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