1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/tools/bugpoint
Sebastian Pop 70a7aa9968 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

llvm-svn: 275646
2016-07-15 23:15:06 +00:00
..
BugDriver.cpp Change linkInModule to take a std::unique_ptr. 2015-12-16 23:16:33 +00:00
BugDriver.h [bugpoint] Delete a stale comment. 2016-06-29 03:02:01 +00:00
bugpoint.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00
CMakeLists.txt [PM/AA] Remove the last relics of the separate IPA library from LLVM, 2015-08-18 17:51:53 +00:00
CrashDebugger.cpp bugpoint: add flag -verbose-errors 2016-07-15 23:15:06 +00:00
ExecutionDriver.cpp Apply most suggestions of clang-tidy's performance-unnecessary-value-param 2016-06-08 19:09:22 +00:00
ExtractFunction.cpp [bugpoint] Simplify code by moving exception to only caller 2016-06-29 00:26:21 +00:00
FindBugs.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
ListReducer.h bugpoint: make the number of trim iterations a compile-time constant 2015-07-26 15:18:45 +00:00
LLVMBuild.txt Wrap some long lines in LLVMBuild files. NFC 2015-06-12 18:44:57 +00:00
Miscompilation.cpp [bugpoint] Simplify code by moving exception to only caller 2016-06-29 00:26:21 +00:00
OptimizerDriver.cpp [bugpoint] Simplify code by moving exception to only caller 2016-06-29 00:26:21 +00:00
ToolRunner.cpp Apply clang-tidy's misc-move-constructor-init throughout LLVM. 2016-05-27 14:27:24 +00:00
ToolRunner.h [Bugpoint] Use 'CC' instead of 'GCC' for variable naming. 2015-10-14 20:29:54 +00:00