llvm-mirror/lib/Linker
Peter Collingbourne 3ce60810e1 FunctionImport: Use IRMover directly.
The importer was previously using ModuleLinker in a sort of "IRMover mode". Use
IRMover directly instead in order to remove a level of indirection.

I will remove all importing support from ModuleLinker in a separate
change.

Differential Revision: https://reviews.llvm.org/D29468

llvm-svn: 294014
2017-02-03 16:56:27 +00:00
..
CMakeLists.txt
IRMover.cpp
LinkDiagnosticInfo.h
LinkModules.cpp FunctionImport: Use IRMover directly. 2017-02-03 16:56:27 +00:00
LLVMBuild.txt