[PATCH] D46896: [llvm-objcopy] Add --strip-unneeded option

Paul Semel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 08:49:33 PDT 2018


paulsemel added a comment.

In https://reviews.llvm.org/D46896#1104596, @jhenderson wrote:

> I'm not sure if it makes much sense, but could this interact badly with group section signature symbols?


If by interact badly you mean "having an error if this situation occurs", the answer is yes badly..
But I told myself that this problem is handle in the symbol removal function, so this is not the "problem" of this option if I can say.
Btw, we need to get rid of the error throwing and handle this case correctly.


Repository:
  rL LLVM

https://reviews.llvm.org/D46896





More information about the llvm-commits mailing list