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

Paul Semel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 6 11:11:01 PDT 2018


paulsemel added a comment.

@jakehehrlich I wasn't able to reproduce what Roland told you, but I might have miss something (in my opinion, what he told you only make sense for relocatable ELF files, but I also got the error for defined symbols..)
After doing some tests, it seems that I am getting the same results than GNU objcopy. 
I tried to do my best not to change too much the previous architecture.
RFC :)


Repository:
  rL LLVM

https://reviews.llvm.org/D46369





More information about the llvm-commits mailing list