summaryrefslogtreecommitdiff
path: root/test/Linker/2004-05-07-TypeResolution1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2004-05-07-TypeResolution1.ll')
-rw-r--r--test/Linker/2004-05-07-TypeResolution1.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2004-05-07-TypeResolution1.ll b/test/Linker/2004-05-07-TypeResolution1.ll
index 36651541e4d..f0ade337138 100644
--- a/test/Linker/2004-05-07-TypeResolution1.ll
+++ b/test/Linker/2004-05-07-TypeResolution1.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as %s -f -o %t1.bc
-; RUN: llvm-as < %p/2004-05-07-TypeResolution2.ll -o %t2.bc -f
-; RUN: llvm-link -f -o %t3.bc %t1.bc %t2.bc
+; RUN: llvm-as %s -o %t1.bc
+; RUN: llvm-as < %p/2004-05-07-TypeResolution2.ll -o %t2.bc
+; RUN: llvm-link -o %t3.bc %t1.bc %t2.bc
target datalayout = "e-p:32:32"
%myint = type opaque