[PATCH] D43601: [bugpoint] Add NoStripSymbols option.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 18:18:43 PST 2018
MatzeB added a comment.
But we don't want user flags for bugpoint, we want it to try both variants and keep the smaller one when it still reproduces the crash.
I don't really know the bugpoint code, but I would expect one of those ListReducer thingies getting implemented (like the existing ones in CrashDebugger.cpp) so that bugpoint will try out both: with and without debug info.
Repository:
rL LLVM
https://reviews.llvm.org/D43601
More information about the llvm-commits
mailing list