[PATCH] D15102: Change ModuleLinker to take a set of GlobalValues to import instead of a single one

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 22:43:07 PST 2015


joker.eph created this revision.
joker.eph added reviewers: tejohnson, rafael.
joker.eph added subscribers: dexonsmith, llvm-commits.

For efficiency reason, when importing multiple functions for the same Module,
we can avoid reparsing it every time.

http://reviews.llvm.org/D15102

Files:
  include/llvm/Linker/Linker.h
  lib/Linker/LinkModules.cpp
  lib/Transforms/IPO/FunctionImport.cpp
  tools/llvm-link/llvm-link.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15102.41464.patch
Type: text/x-patch
Size: 5611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151201/90610ca6/attachment.bin>


More information about the llvm-commits mailing list