[PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 4 18:16:05 PST 2016
joker.eph updated this revision to Diff 49867.
joker.eph added a comment.
Update with a good candidate to be integrated as a first Proof-of-concept.
I am able to link every target in clang/llvm with this implementation.
Beyong the actual implementation of the CodeGenerator, I am especially interested to
"lock-down" the libLTO API so that we can start to have linker support for it.
http://reviews.llvm.org/D17066
Files:
include/llvm-c/lto.h
include/llvm/ADT/STLExtras.h
include/llvm/LTO/LTOModule.h
include/llvm/LTO/ThinLTOCodeGenerator.h
lib/LTO/CMakeLists.txt
lib/LTO/LLVMBuild.txt
lib/LTO/LTOModule.cpp
lib/LTO/ThinLTOCodeGenerator.cpp
test/ThinLTO/Inputs/funcimport.ll
test/ThinLTO/funcimport.ll
tools/llvm-lto/llvm-lto.cpp
tools/lto/lto.cpp
tools/lto/lto.exports
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17066.49867.patch
Type: text/x-patch
Size: 59849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160305/52ccc21b/attachment-0001.bin>
More information about the llvm-commits
mailing list