Try and fix this test. For some reason llvm-ar thinks that the file exists when
authorMichael J. Spencer <bigcheesegs@gmail.com>
Sun, 16 Jan 2011 20:52:58 +0000 (20:52 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Sun, 16 Jan 2011 20:52:58 +0000 (20:52 +0000)
it shouldn't, but I have no way to verify that it doesn't actually exist on the
buildbot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123594 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/link-archive.ll

index 6696fcc68c37648fd60a2988e34ed15868876093..b3c38a1c3096a9043a9cb315e5880b24d3536a81 100644 (file)
@@ -1,5 +1,6 @@
 ; Test linking of a bc file to an archive via llvm-ld. 
 ; PR1434
+; RUN: rm %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