[PATCH] D28612: [ELF] - Added support for --emit-relocs.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 01:05:59 PST 2017
grimar abandoned this revision.
grimar added a comment.
Simplified version of this was posted as https://reviews.llvm.org/D29273.
================
Comment at: ELF/InputFiles.cpp:406
+ // However, if -emit-relocs is given, we need to leave them in the output.
+ // (Some post link analysis tools need this information.)
+ if (Config->EmitRelocs) {
----------------
tpimh wrote:
> Building Linux kernel with `CONFIG_ACPI=y` also fails because of this.
I know. But simplified version of this patch (D29273) is still on review. I am going to prepare separate patch supporting this when it be landed.
https://reviews.llvm.org/D28612
More information about the llvm-commits
mailing list