From 4e5154131952e44c1887900dbf303e39b714d75e Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Sun, 16 Jan 2011 21:34:34 +0000 Subject: [PATCH] Make everyone happy this time. llvm-svn: 123599 --- llvm/test/Linker/link-archive.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Linker/link-archive.ll b/llvm/test/Linker/link-archive.ll index b3c38a1c3096..9251b4e597ff 100644 --- a/llvm/test/Linker/link-archive.ll +++ b/llvm/test/Linker/link-archive.ll @@ -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 -- GitLab