[PATCH] D18908: ThinLTO: Move the ODR resolution to be based purely on the summary.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 23:37:33 PDT 2016


joker.eph updated this revision to Diff 53845.
joker.eph added a comment.

Collect all the symbols defined in the module and not only the functions. This would cause trouble later for caching+internalization otherwise.


http://reviews.llvm.org/D18908

Files:
  include/llvm/IR/ModuleSummaryIndex.h
  include/llvm/Transforms/IPO/FunctionImport.h
  lib/IR/ModuleSummaryIndex.cpp
  lib/LTO/ThinLTOCodeGenerator.cpp
  lib/Transforms/IPO/FunctionImport.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18908.53845.patch
Type: text/x-patch
Size: 18579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160415/662b6249/attachment-0001.bin>


More information about the llvm-commits mailing list