Make everyone happy this time.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Sun, 16 Jan 2011 21:34:34 +0000 (21:34 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Sun, 16 Jan 2011 21:34:34 +0000 (21:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123599 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/link-archive.ll

index b3c38a1c3096a9043a9cb315e5880b24d3536a81..9251b4e597ff8b299598f83c8c7c63a7b1800dc9 100644 (file)
@@ -1,6 +1,6 @@
 ; Test linking of a bc file to an archive via llvm-ld. 
 ; PR1434
-; RUN: rm %t.bar.a %t.foo.a
+; RUN: rm -f %t.bar.a %t.foo.a
 ; RUN: llvm-as %s -o %t.bar.bc
 ; RUN: echo {define i32* @foo(i32 %x) \{ ret i32* @baz \} \
 ; RUN:   @baz = external global i32 } | llvm-as -o %t.foo.bc