[PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 01:32:36 PST 2016


joker.eph created this revision.
joker.eph added reviewers: tejohnson, rafael.
joker.eph added a subscriber: llvm-commits.
Herald added a subscriber: joker.eph.

This is intended to provide a parallel (threaded) ThinLTO scheme
for linker plugin use through the libLTO C API.

http://reviews.llvm.org/D17066

Files:
  include/llvm-c/lto.h
  include/llvm/LTO/LTOModule.h
  include/llvm/LTO/ThinLTOCodeGenerator.h
  lib/LTO/CMakeLists.txt
  lib/LTO/LTOModule.cpp
  lib/LTO/ThinLTOCodeGenerator.cpp
  tools/llvm-lto/llvm-lto.cpp
  tools/lto/lto.cpp
  tools/lto/lto.exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17066.47427.patch
Type: text/x-patch
Size: 30157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160210/88c611ca/attachment.bin>


More information about the llvm-commits mailing list