[PATCH] D46369: [llvm-objcopy] Add --strip-symbol (-N) option

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 01:32:16 PDT 2018


jhenderson requested changes to this revision.
jhenderson added a comment.
This revision now requires changes to proceed.

What happens if the requested symbol is a) referred to by a relocation? b) The signature symbol for a group section?

There might be other cases I haven't thought of either.

Please add tests for this and show that the behaviour is sensible.


Repository:
  rL LLVM

https://reviews.llvm.org/D46369





More information about the llvm-commits mailing list