[PATCH] D13515: Support for ThinLTO function importing and symbol linking.

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 06:07:49 PDT 2015


tejohnson updated this revision to Diff 38532.
tejohnson added a comment.

- Handle aliases that were already imported from the same module, and add a test for that scenario.


http://reviews.llvm.org/D13515

Files:
  include/llvm/IR/FunctionInfo.h
  include/llvm/Linker/Linker.h
  lib/Linker/LinkModules.cpp
  lib/Transforms/IPO/ElimAvailExtern.cpp
  test/Linker/Inputs/funcimport.ll
  test/Linker/funcimport.ll
  tools/llvm-link/CMakeLists.txt
  tools/llvm-link/LLVMBuild.txt
  tools/llvm-link/llvm-link.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13515.38532.patch
Type: text/x-patch
Size: 44589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151027/2935b7c3/attachment.bin>


More information about the llvm-commits mailing list