[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:39:02 PDT 2016
joker.eph 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(...)
----------------
This check is broken because of the flag now, needs to add a command line flag probably...
http://reviews.llvm.org/D19096
More information about the llvm-commits
mailing list