[PATCH] D22173: Move LTO.cpp to a new LTOResolution library.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 14:44:44 PDT 2016


pcc created this revision.
pcc added reviewers: tejohnson, mehdi_amini.
pcc added a subscriber: llvm-commits.
Herald added a subscriber: mehdi_amini.

This library will be the home of a new resolution-based LTO interface.

http://reviews.llvm.org/D22173

Files:
  include/llvm/LTO/LTO.h
  include/llvm/LTO/Resolution/LTO.h
  lib/LTO/CMakeLists.txt
  lib/LTO/LLVMBuild.txt
  lib/LTO/LTO.cpp
  lib/LTO/Resolution/CMakeLists.txt
  lib/LTO/Resolution/LLVMBuild.txt
  lib/LTO/Resolution/LTO.cpp
  lib/LTO/ThinLTOCodeGenerator.cpp
  tools/gold/gold-plugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22173.63321.patch
Type: text/x-patch
Size: 6170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160708/97674273/attachment.bin>


More information about the llvm-commits mailing list