[PATCH] D18122: Rework linkInModule(), making it oblivious to ThinLTO
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 15:04:55 PDT 2016
joker.eph updated this revision to Diff 50880.
joker.eph added a comment.
Sorry missed your earlier comment...
We can totally remove "NewExportedValues" as the responsibility is now
on the caller to specify the full list of symbols to promote.
http://reviews.llvm.org/D18122
Files:
include/llvm/Linker/Linker.h
include/llvm/Transforms/Utils/FunctionImportUtils.h
lib/Linker/LinkModules.cpp
lib/Transforms/IPO/FunctionImport.cpp
lib/Transforms/Utils/FunctionImportUtils.cpp
test/Linker/funcimport.ll
test/Transforms/FunctionImport/funcimport.ll
tools/llvm-link/llvm-link.cpp
tools/llvm-lto/llvm-lto.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18122.50880.patch
Type: text/x-patch
Size: 19592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160316/722663cf/attachment.bin>
More information about the llvm-commits
mailing list