[PATCH] D43601: [bugpoint] Add NoStripSymbols option.

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 16:58:39 PST 2018


vsk added a comment.

In https://reviews.llvm.org/D43601#1015343, @hintonda wrote:

> In https://reviews.llvm.org/D43601#1015341, @vsk wrote:
>
> > A simpler way to do this might be to call 'strip' on the module as an final cleanup, just like we do for GlobalDCE.
>
>
> So, always run it or use a flag?


Gating the behavior behind an off-by-default flag sgtm.


Repository:
  rL LLVM

https://reviews.llvm.org/D43601





More information about the llvm-commits mailing list