[PATCH] D17081: [ThinLTO] Move global processing from Linker to TransformUtils

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 09:57:57 PST 2016


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

As discussed on IRC, move the ThinLTOGlobalProcessing code out of
the linker, and into TransformUtils. The name of the class is changed
to FunctionImportGlobalProcessing.

http://reviews.llvm.org/D17081

Files:
  include/llvm/Linker/Linker.h
  include/llvm/Transforms/Utils/FunctionImportUtils.h
  lib/Linker/LinkModules.cpp
  lib/Transforms/IPO/FunctionImport.cpp
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/FunctionImportUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17081.47479.patch
Type: text/x-patch
Size: 30946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160210/f88b8e4d/attachment.bin>


More information about the llvm-commits mailing list