[PATCH] D53782: [llvm-objcopy] Don't apply --localize flags to common symbols
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 29 12:19:47 PDT 2018
jakehehrlich added a comment.
Another thought I had was that we could add an escape hatch for specific symbols the way "--keep" adds an escape hatch for specific sections. It's as if we have a few operations now
1. strip section
2. strip symbol
3. localize symbol
4. globalize symbol
And we need an escape hatch for all of these when sweeping changes are made. Again this only solves the problem if chromium maintains patches on top of dynamorio or has forked it.
Repository:
rL LLVM
https://reviews.llvm.org/D53782
More information about the llvm-commits
mailing list