[PATCH] D15156: [ThinLTO] Appending linkage fixes
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 2 11:21:41 PST 2015
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: test/Linker/funcimport_appending_global.ll:6
@@ +5,3 @@
+; Do the import now
+; RUN: llvm-link %t.bc -functionindex=%t3.thinlto.bc -import=foo:%t2.bc -S | FileCheck %s
+
----------------
Can you just pass %s to llvm-link and remove the llvm-as run?
http://reviews.llvm.org/D15156
More information about the llvm-commits
mailing list