[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:42:34 PDT 2016


tejohnson added inline comments.

================
Comment at: test/Transforms/FunctionImport/funcimport.ll:85
@@ +84,3 @@
+; CHECK-DAG: define available_externally void @referencelargelinkonce()
+; INSTLIM5-DAG: declare void @linkonceodr()
+declare void @referencelargelinkonce(...)
----------------
Or check for this behavior through one of the llvm-lto based tests in test/ThinLTO/X86, not with an opt test here.


http://reviews.llvm.org/D19096





More information about the llvm-commits mailing list