From 6990433b56ab37a15991b1b01f46a0c2ce8adea5 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Sun, 16 Jan 2011 20:52:58 +0000 Subject: Try and fix this test. For some reason llvm-ar thinks that the file exists when 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Linker/link-archive.ll b/test/Linker/link-archive.ll index 6696fcc68c3..b3c38a1c309 100644 --- a/test/Linker/link-archive.ll +++ b/test/Linker/link-archive.ll @@ -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 -- cgit v1.2.3