[PATCH] D11723: [ThinLTO] ThinLTO object file interfaces

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 21:38:49 PDT 2015


tejohnson updated this revision to Diff 32377.
tejohnson added a comment.

I added changes to the gold-plugin.cpp to use the interfaces here and in related patches http://reviews.llvm.org/D11721 and http://reviews.llvm.org/D11722 to implement ThinLTO phase-2 compilation which checks if the linked files contain ThinLTO information, and if so simply builds and writes the combined index file and exits.

Also removed an interface that wasn't necessary for writing the combined index..


http://reviews.llvm.org/D11723

Files:
  include/llvm/Object/Binary.h
  include/llvm/Object/ThinLTOObjectFile.h
  lib/Object/CMakeLists.txt
  lib/Object/ThinLTOObjectFile.cpp
  tools/gold/gold-plugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11723.32377.patch
Type: text/x-patch
Size: 11020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150818/4a24460c/attachment-0001.bin>


More information about the llvm-commits mailing list