llvm-6502/tools/bugpoint
Rafael Espindola 72478e59c7 Update the error handling of lib/Linker.
Instead of passing a std::string&, use the new diagnostic infrastructure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220608 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-25 04:06:10 +00:00
..
BugDriver.cpp Update the error handling of lib/Linker. 2014-10-25 04:06:10 +00:00
BugDriver.h Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
bugpoint.cpp Delete -std-compile-opts. 2014-10-16 20:00:02 +00:00
CMakeLists.txt
CrashDebugger.cpp Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
ExecutionDriver.cpp
ExtractFunction.cpp Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
FindBugs.cpp
ListReducer.h
LLVMBuild.txt
Makefile
Miscompilation.cpp Update the error handling of lib/Linker. 2014-10-25 04:06:10 +00:00
OptimizerDriver.cpp Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
ToolRunner.cpp [Bugpoint] Close error log in ProcessFailure. Bugpoint had been failing to close 2014-10-07 21:47:23 +00:00
ToolRunner.h