[PATCH] D19096: ModuleLinker: do not always pull-in linkonce_odr when performing ThinLTO importing
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 03:24:31 PDT 2016
joker.eph updated this revision to Diff 54170.
joker.eph added a comment.
Work in progress: start resolving alias ODR. Add a test that should provide better coverage.
Still need to update the function importer to remove the "magic" there, and think a bit more about every possible case.
http://reviews.llvm.org/D19096
Files:
lib/LTO/ThinLTOCodeGenerator.cpp
lib/Linker/LinkModules.cpp
test/ThinLTO/X86/Inputs/alias_resolution.ll
test/ThinLTO/X86/alias_resolution.ll
test/Transforms/FunctionImport/Inputs/funcimport.ll
test/Transforms/FunctionImport/funcimport.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19096.54170.patch
Type: text/x-patch
Size: 20027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160419/129b15be/attachment.bin>
More information about the llvm-commits
mailing list