summaryrefslogtreecommitdiffstats
path: root/test/Linker/2008-07-06-AliasFnDecl.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2008-07-06-AliasFnDecl.ll')
-rw-r--r--test/Linker/2008-07-06-AliasFnDecl.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2008-07-06-AliasFnDecl.ll b/test/Linker/2008-07-06-AliasFnDecl.ll
index dca9cd8..8e8c845 100644
--- a/test/Linker/2008-07-06-AliasFnDecl.ll
+++ b/test/Linker/2008-07-06-AliasFnDecl.ll
@@ -1,7 +1,7 @@
; PR2146
-; RUN: llvm-as %s -o %t1.bc -f
-; RUN: llvm-as %p/2008-07-06-AliasFnDecl2.ll -o %t2.bc -f
-; RUN: llvm-link %t1.bc %t2.bc -f -o %t3.bc
+; RUN: llvm-as %s -o %t1.bc
+; RUN: llvm-as %p/2008-07-06-AliasFnDecl2.ll -o %t2.bc
+; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc
@b = alias void ()* @a
OpenPOWER on IntegriCloud