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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I've been using bugpoint quite a bit recently and this seems handy!
This LGTM with an update to http://llvm.org/docs/CommandGuide/bugpoint.html (docs/CommandGuide/bugpoint.rst)
Comment Actions
Added documentation. If there are no other comments I will push the change later today.