[PATCH] D61672: [llvm-objcopy] Allow strip symtab in executables and DSOs

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 11:01:02 PDT 2019


jakehehrlich added a comment.

I'm confused as to what this is trying to accomplish. This really just marks every symbol as unneeded in a DSO and keeps the behavior for other cases. In that case why not strip the symbol table all togethor? This is a very round about way to accomplish that.

Can you document exactly what behavior you're seeing?


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

https://reviews.llvm.org/D61672





More information about the llvm-commits mailing list