1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/bugpoint
Vedant Kumar f3f1685646 [bugpoint] Report non-existent opt binary
Bugpoint will keep going even if the opt binary it's given doesn't
exist. It should at least alert the user, so it's clear why reductions
are failing.

llvm-svn: 324713
2018-02-09 06:09:15 +00:00
..
BugDriver.cpp Convert another use of createUniqueFile to TempFile::create. 2017-11-16 21:40:10 +00:00
BugDriver.h Convert another use of createUniqueFile to TempFile::create. 2017-11-16 21:40:10 +00:00
bugpoint.cpp Fix check-llvm on kernel 4.9+ with asan or msan 2017-09-01 01:47:34 +00:00
CMakeLists.txt [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
CrashDebugger.cpp [bugpoint] Simplify reducers which can fail verification, NFC 2018-02-09 05:09:50 +00:00
ExecutionDriver.cpp Convert the last use of sys::fs::createUniqueFile in bugpoint. 2017-11-16 21:53:51 +00:00
ExtractFunction.cpp [bugpoint] Simplify reducers which can fail verification, NFC 2018-02-09 05:09:50 +00:00
FindBugs.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
ListReducer.h Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed as https://reviews.llvm.org/D29780. 2017-02-16 14:37:03 +00:00
LLVMBuild.txt Ensure backends available in 'opt' are also available in 'bugpoint' 2017-06-24 08:09:33 +00:00
Miscompilation.cpp Module::getOrInsertFunction is using C-style vararg instead of variadic templates. 2017-04-11 15:01:18 +00:00
OptimizerDriver.cpp [bugpoint] Report non-existent opt binary 2018-02-09 06:09:15 +00:00
ToolRunner.cpp Convenience/safety fix for llvm::sys::Execute(And|No)Wait 2017-09-13 17:03:37 +00:00
ToolRunner.h bugpoint: Return Errors instead of passing around strings 2016-09-06 17:18:22 +00:00