1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/bugpoint
Justin Bogner 45a874b8d4 Revert "bugpoint: Stop threading errors through APIs that never fail"
This isn't the right thing to do - it turns out a number of the APIs
that "never fail" just exit(1) if something bad happens. We can and
should thread Error through this instead.

That diff will make more sense with this reverted. Sorry for the
noise.

This reverts r280690

llvm-svn: 280691
2016-09-06 04:45:37 +00:00
..
BugDriver.cpp Revert "bugpoint: Stop threading errors through APIs that never fail" 2016-09-06 04:45:37 +00:00
BugDriver.h Revert "bugpoint: Stop threading errors through APIs that never fail" 2016-09-06 04:45:37 +00:00
bugpoint.cpp Revert "bugpoint: Stop threading errors through APIs that never fail" 2016-09-06 04:45:37 +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 Revert "bugpoint: Stop threading errors through APIs that never fail" 2016-09-06 04:45:37 +00:00
ExecutionDriver.cpp bugpoint: clang-format all of bugpoint. NFC 2016-09-02 01:21:37 +00:00
ExtractFunction.cpp bugpoint: clang-format all of bugpoint. NFC 2016-09-02 01:21:37 +00:00
FindBugs.cpp Revert "bugpoint: Stop threading errors through APIs that never fail" 2016-09-06 04:45:37 +00:00
ListReducer.h Revert "bugpoint: Stop threading errors through APIs that never fail" 2016-09-06 04:45:37 +00:00
LLVMBuild.txt Wrap some long lines in LLVMBuild files. NFC 2015-06-12 18:44:57 +00:00
Miscompilation.cpp Revert "bugpoint: Stop threading errors through APIs that never fail" 2016-09-06 04:45:37 +00:00
OptimizerDriver.cpp bugpoint: clang-format all of bugpoint. NFC 2016-09-02 01:21:37 +00:00
ToolRunner.cpp bugpoint: clang-format all of bugpoint. NFC 2016-09-02 01:21:37 +00:00
ToolRunner.h bugpoint: clang-format all of bugpoint. NFC 2016-09-02 01:21:37 +00:00