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

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 17:59:35 PDT 2016


pcc updated this revision to Diff 63893.
pcc added a comment.

- Move legacy LTO interface headers to legacy/ directory


http://reviews.llvm.org/D22173

Files:
  include/llvm/LTO/LTOCodeGenerator.h
  include/llvm/LTO/LTOModule.h
  include/llvm/LTO/ThinLTOCodeGenerator.h
  include/llvm/LTO/UpdateCompilerUsed.h
  include/llvm/LTO/legacy/LTOCodeGenerator.h
  include/llvm/LTO/legacy/LTOModule.h
  include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
  include/llvm/LTO/legacy/UpdateCompilerUsed.h
  lib/LTO/LTOCodeGenerator.cpp
  lib/LTO/LTOModule.cpp
  lib/LTO/ThinLTOCodeGenerator.cpp
  lib/LTO/UpdateCompilerUsed.cpp
  tools/llvm-lto/llvm-lto.cpp
  tools/lto/lto.cpp

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


More information about the llvm-commits mailing list