[PATCH] D65893: [llvm-objcopy] Allow the visibility of the start, end and size symbols created by --binary to be specified with --binary-symbol-visibility
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 01:53:28 PDT 2019
jhenderson added a reviewer: jakehehrlich.
jhenderson added a comment.
@jakehehrlich/@rupprecht, I looked at this offline with @chrisjackson, and it's something we would find useful. In particular, we're interested in being able to make the new symbols STV_HIDDEN, so that they don't get involved in symbol pre-emption (although I could imagine some users wanting STV_PROTECTED semantics too). Without this patch, there's no way of avoiding this as far as I know.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65893/new/
https://reviews.llvm.org/D65893
More information about the llvm-commits
mailing list