[PATCH] D43601: [bugpoint] Add NoStripSymbols option.
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 16:49:36 PST 2018
vsk added a comment.
A simpler way to do this might be to call 'strip' on the module as an final cleanup, just like we do for GlobalDCE.
Repository:
rL LLVM
https://reviews.llvm.org/D43601
More information about the llvm-commits
mailing list