[PATCH] D59542: [llvm-objcopy] - Use replaceSectionReferences to update the sections for symbols in symbol table.
    George Rimar via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Mar 20 03:47:34 PDT 2019
    
    
  
grimar added a comment.
In D59542#1434828 <https://reviews.llvm.org/D59542#1434828>, @jhenderson wrote:
> 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.
This should work I think, thanks! Done in the new diff.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59542/new/
https://reviews.llvm.org/D59542
    
    
More information about the llvm-commits
mailing list