OSDN Git Service

bugpoint: add flag -verbose-errors
authorSebastian Pop <sebpop@gmail.com>
Fri, 15 Jul 2016 23:15:06 +0000 (23:15 +0000)
committerSebastian Pop <sebpop@gmail.com>
Fri, 15 Jul 2016 23:15:06 +0000 (23:15 +0000)
commit91aa2f63fb1b97053eee63c40349fb60955cf96b
treebfa8ca71197fb337f031ee4baa2c58999777340b
parent7e877ba91a08d2363001448f2c3ebe33d1f7d0c0
bugpoint: add flag -verbose-errors

The default behavior of bugpoint is to print "<crash>" when it finds a reduced
test that crashes compilation.  With this flag we now can see the output of the
crashing program.  This is useful to make sure it is the same error being
tracked down and not a different error that happens to crash the compiler as
well.

Differential Revision: https://reviews.llvm.org/D22411

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275646 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/bugpoint.rst
tools/bugpoint/CrashDebugger.cpp