Move LTO support library to a component, allowing it to be tested
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 24 Sep 2013 23:52:22 +0000 (23:52 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 24 Sep 2013 23:52:22 +0000 (23:52 +0000)
commitcc48854d5d51a2d7557f1040a61f160ad86c9729
tree8b1852fb26b556df1366f94f1ab652b995a0ab36
parent85509802eba15c82ff486f512a0b559699dc6999
Move LTO support library to a component, allowing it to be tested
more reliably across platforms.  Patch by Tom Roeder!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191343 91177308-0d34-0410-b5e6-96231b3b80d8
26 files changed:
include/llvm/LTO/LTOCodeGenerator.h [new file with mode: 0644]
include/llvm/LTO/LTOModule.h [new file with mode: 0644]
lib/CMakeLists.txt
lib/LLVMBuild.txt
lib/LTO/CMakeLists.txt [new file with mode: 0644]
lib/LTO/LLVMBuild.txt [new file with mode: 0644]
lib/LTO/LTOCodeGenerator.cpp [new file with mode: 0644]
lib/LTO/LTOModule.cpp [new file with mode: 0644]
lib/LTO/Makefile [new file with mode: 0644]
lib/Makefile
test/LTO/cfi_endproc.ll [new file with mode: 0644]
test/LTO/lit.local.cfg [new file with mode: 0644]
test/tools/lto/cfi_endproc.ll [deleted file]
test/tools/lto/lit.local.cfg [deleted file]
tools/LLVMBuild.txt
tools/llvm-lto/CMakeLists.txt
tools/llvm-lto/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-lto/Makefile
tools/llvm-lto/llvm-lto.cpp
tools/lto/CMakeLists.txt
tools/lto/LTOCodeGenerator.cpp [deleted file]
tools/lto/LTOCodeGenerator.h [deleted file]
tools/lto/LTOModule.cpp [deleted file]
tools/lto/LTOModule.h [deleted file]
tools/lto/Makefile
tools/lto/lto.cpp