[llvm-commits] [llvm] r123594 - /llvm/trunk/test/Linker/link-archive.ll

Michael J. Spencer bigcheesegs at gmail.com
Sun Jan 16 12:52:58 PST 2011


Author: mspencer
Date: Sun Jan 16 14:52:58 2011
New Revision: 123594

URL: http://llvm.org/viewvc/llvm-project?rev=123594&view=rev
Log:
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.

Modified:
    llvm/trunk/test/Linker/link-archive.ll

Modified: llvm/trunk/test/Linker/link-archive.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/link-archive.ll?rev=123594&r1=123593&r2=123594&view=diff
==============================================================================
--- llvm/trunk/test/Linker/link-archive.ll (original)
+++ llvm/trunk/test/Linker/link-archive.ll Sun Jan 16 14:52:58 2011
@@ -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





More information about the llvm-commits mailing list