[PATCH] D65891: [llvm-objcopy] Allow 'protected' visibility to be set when using add-symbol

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 01:50:42 PDT 2019


jhenderson added a reviewer: jakehehrlich.
jhenderson added a comment.

@jakehehrlich/@rupprecht, I looked at this offline with @chrisjackson, and I think it makes sense to add this functionality. I believe it's above what GNU does (at the moment), but I can't think of any reason why a user shouldn't be allowed to add STV_PROTECTED symbols, and we have a use-case for it internally.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65891/new/

https://reviews.llvm.org/D65891





More information about the llvm-commits mailing list