[PATCH] D57417: [llvm-objcopy] Skip --localize-symbol for undefined symbols
    James Henderson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jan 31 03:36:28 PST 2019
    
    
  
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
To clarify, does objcopy do exactly the same thing (i.e. doesn't localize the undefined global symbol)?
I was trying to figure out if there was any information on what is supposed to happen with these, but I couldn't find any. I suspect it's simply undefined behaviour (e.g. it could just not patch the reference or it could error out).
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57417/new/
https://reviews.llvm.org/D57417
    
    
More information about the llvm-commits
mailing list