llvm-6502/tools/lto
Peter Collingbourne 3fcf5a99cb Make the C++ LTO API easier to use from C++ clients.
Start using C++ types such as StringRef and MemoryBuffer in the C++ LTO
API. In doing so, clarify the ownership of the native object file: the caller
now owns it, not the LTOCodeGenerator. The C libLTO library has been modified
to use a derived class of LTOCodeGenerator that owns the object file.

Differential Revision: http://reviews.llvm.org/D10114

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238776 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-01 20:08:30 +00:00
..
CMakeLists.txt
lto.cpp Make the C++ LTO API easier to use from C++ clients. 2015-06-01 20:08:30 +00:00
lto.exports [LTO API] add lto_codegen_set_should_internalize. 2015-04-17 17:10:09 +00:00
LTODisassembler.cpp
Makefile