[PATCH] D105217: [LLD] Adding support for RELA for CG Profile.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 2 10:43:35 PDT 2021
MaskRay added a comment.
I filed a binutils bug report: https://sourceware.org/bugzilla/show_bug.cgi?id=28035 Perhaps you can chime in?
The support needs a comment that this is specifically for GNU strip.
That said, my main objection is that we now waste additional 16 bytes for InputFile. Can it be avoided?
================
Comment at: lld/ELF/Driver.cpp:864
+ symbolIndices.push_back(rel.getSymbol(config->isMips64EL));
+ }
+}
----------------
drop braces
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105217/new/
https://reviews.llvm.org/D105217
More information about the llvm-commits
mailing list