[PATCH] D65893: [llvm-objcopy] Allow the visibility of the start, end and size symbols created by --binary to be specified with --binary-symbol-visibility
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 08:33:09 PDT 2019
rupprecht added a comment.
Can you explain more about the use case? Not sure I understand the symbol preemption scenario.
Also, if we do want this option, it may be useful as a more generic option, e.g. `--redefine-visibility=<symbol1>=<vis1>,<symbol2>=<vis2>,...`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65893/new/
https://reviews.llvm.org/D65893
More information about the llvm-commits
mailing list