[PATCH] D59542: [llvm-objcopy] - Use replaceSectionReferences to update the sections for symbols in symbol table.
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 11:46:02 PDT 2019
rupprecht accepted this revision.
rupprecht added a comment.
This revision is now accepted and ready to land.
lgtm modulo trying out jhenderson's suggestion
================
Comment at: tools/llvm-objcopy/ELF/Object.h:533
+ void replaceSectionReferences(
+ const DenseMap<SectionBase *, SectionBase *> &) override;
----------------
missing parameter name
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59542/new/
https://reviews.llvm.org/D59542
More information about the llvm-commits
mailing list