1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/lib/LTO
Bill Wendling b373627ae3 Add a 'deleteModule' method to the Linker class.
This deletes the Module ivar instead of having the LTO code generater do it. It
also sets the pointer to 'NULL', so that if it's used again it will abort
quickly.

llvm-svn: 192778
2013-10-16 08:59:57 +00:00
..
CMakeLists.txt
LLVMBuild.txt
LTOCodeGenerator.cpp Add a 'deleteModule' method to the Linker class. 2013-10-16 08:59:57 +00:00
LTOModule.cpp Add a MCTargetStreamer interface. 2013-10-08 13:08:17 +00:00
Makefile Test commit. Fixed a copy-paste error in the Makefile for lib/LTO. 2013-10-03 18:05:12 +00:00