first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile,...
authorNick Kledzik <kledzik@apple.com>
Tue, 26 Feb 2008 20:26:43 +0000 (20:26 +0000)
committerNick Kledzik <kledzik@apple.com>
Tue, 26 Feb 2008 20:26:43 +0000 (20:26 +0000)
commit77595fc35642f990bfc5ad05b8e68d4056695eca
tree377667403a79aaaf34f521bc9ff770ecc8c781bd
parentf4511cd8fbcea9f8eca79b162b3ad3edbd951746
first commit of new LTO system.  It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47621 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/lto.h [new file with mode: 0644]
tools/lto2/LTOCodeGenerator.cpp [new file with mode: 0644]
tools/lto2/LTOCodeGenerator.h [new file with mode: 0644]
tools/lto2/LTOModule.cpp [new file with mode: 0644]
tools/lto2/LTOModule.h [new file with mode: 0644]
tools/lto2/Makefile [new file with mode: 0644]
tools/lto2/lto.cpp [new file with mode: 0644]
tools/lto2/lto.exports [new file with mode: 0644]