[PATCH] D19096: ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performing importing

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 13:59:22 PDT 2016


tejohnson added inline comments.

================
Comment at: test/Transforms/FunctionImport/funcimport.ll:90
@@ +89,3 @@
+; CHECK-DAG: define available_externally void @referencelargelinkonce()
+; INSTLIM5-DAG: declare void @linkonceodr()
+declare void @referencelargelinkonce(...)
----------------
joker.eph wrote:
> Already implemented the flag in the meantime, are you OK with the current patch?
> 
Yep, thanks.


http://reviews.llvm.org/D19096





More information about the llvm-commits mailing list