1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/tools/bugpoint
Rafael Espindola f7a0054c75 Change linkInModule to take a std::unique_ptr.
Passing in a std::unique_ptr should help find errors when the module
is used after being linked into another module.

llvm-svn: 255842
2015-12-16 23:16:33 +00:00
..
BugDriver.cpp Change linkInModule to take a std::unique_ptr. 2015-12-16 23:16:33 +00:00
BugDriver.h Return std::unique_ptr from SplitFunctionsOutOfModule. NFC. 2015-12-09 00:34:10 +00:00
bugpoint.cpp
CMakeLists.txt
CrashDebugger.cpp Return a std::unique_ptr from CloneModule. NFC. 2015-12-08 23:57:17 +00:00
ExecutionDriver.cpp
ExtractFunction.cpp Return std::unique_ptr from SplitFunctionsOutOfModule. NFC. 2015-12-09 00:34:10 +00:00
FindBugs.cpp
ListReducer.h
LLVMBuild.txt
Makefile
Miscompilation.cpp Change linkInModule to take a std::unique_ptr. 2015-12-16 23:16:33 +00:00
OptimizerDriver.cpp
ToolRunner.cpp
ToolRunner.h