1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/tools/bugpoint
Adrian Prantl 0672ca9bc5 Disable fatal errors in the Verifier instantiated by bugpoint's crash
debugger.

When bugpoint hacks at a testcase it may at one point create illegal
debug info metadata that won't even pass the Verifier. A bugpoint
*driver* built with assertions should not assert on it, but reject the
malformed intermediate step and continue to do its job.

llvm-svn: 284490
2016-10-18 16:24:43 +00:00
..
BugDriver.cpp bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
BugDriver.h bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
bugpoint.cpp bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
CMakeLists.txt Ensure Polly linking works without BUILD_SHARED_LIBS 2016-09-14 03:09:48 +00:00
CrashDebugger.cpp Disable fatal errors in the Verifier instantiated by bugpoint's crash 2016-10-18 16:24:43 +00:00
ExecutionDriver.cpp Turn cl::values() (for enum) from a vararg function to using C++ variadic template 2016-10-08 19:41:06 +00:00
ExtractFunction.cpp bugpoint: clang-format all of bugpoint. NFC 2016-09-02 01:21:37 +00:00
FindBugs.cpp bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
ListReducer.h bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00
LLVMBuild.txt Wrap some long lines in LLVMBuild files. NFC 2015-06-12 18:44:57 +00:00
Miscompilation.cpp Retire bugpoint's -R. hack. 2016-10-01 07:34:18 +00:00
OptimizerDriver.cpp bugpoint: clang-format all of bugpoint. NFC 2016-09-02 01:21:37 +00:00
ToolRunner.cpp Retire bugpoint's -R. hack. 2016-10-01 07:34:18 +00:00
ToolRunner.h bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00