[PATCH] D46369: [llvm-objcopy] Add --strip-symbol (-N) option
Paul Semel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 3 14:03:19 PDT 2018
paulsemel added a comment.
Indeed, the options I mentioned are different..
I did some investigation while implementing `--unneeded-symbol`, and it appears that the warning you are mentioning only appears when we are manipulating a relocatable ELF file..
Anyway, I would need to better check what this option is really doing (or probably checking the objcopy source code), but it's way more complicated than just this.
Anyway, I would really like to have @jakehehrlich toughts about it, so I'll wait for this too :)
Btw, thanks for reviewing @jhenderson !
Repository:
rL LLVM
https://reviews.llvm.org/D46369
More information about the llvm-commits
mailing list