[PATCH] D59542: [llvm-objcopy] - Use replaceSectionReferences to update the sections for symbols in symbol table.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 07:27:35 PDT 2019


jhenderson added a comment.

Nice catch. Should we remove the loop in `RelocationSection::replaceSectionReferences` that updates the symbols? I think that's unnecessary now, if we are looping over all symbols in the symbol table.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59542/new/

https://reviews.llvm.org/D59542





More information about the llvm-commits mailing list