[PATCH] D47818: [llvm-strip] Expose --strip-unneeded option
Paul Semel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 6 05:22:45 PDT 2018
paulsemel added inline comments.
================
Comment at: tools/llvm-objcopy/llvm-objcopy.cpp:586
// Strip debug info only.
Config.StripDebug = InputArgs.hasArg(STRIP_strip_debug);
----------------
jhenderson wrote:
> This comment looks a little out of place now with the changes you and @alexshap are making in this area. It probably needs updating or (re)moving.
I think you're right. Maybe we should strip it as it is not really useful ? What do you think @alexshap ?
Repository:
rL LLVM
https://reviews.llvm.org/D47818
More information about the llvm-commits
mailing list