[PATCH] D43601: [bugpoint] Add NoStripSymbols option.
Don Hinton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 20:32:09 PST 2018
hintonda added a comment.
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.
Unfortunately this won't work -- we only want -strip-nondebug, but the logic in performFinalCleanups() does a lot more and is predicated on producing output -- which isn't always the case.
Repository:
rL LLVM
https://reviews.llvm.org/D43601
More information about the llvm-commits
mailing list