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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 13:57:06 PDT 2016


joker.eph 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(...)
----------------
Already implemented the flag in the meantime, are you OK with the current patch?



http://reviews.llvm.org/D19096





More information about the llvm-commits mailing list