Make sure output goes in the temporary/output directory.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 22 Nov 2004 02:46:31 +0000 (02:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 22 Nov 2004 02:46:31 +0000 (02:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18096 91177308-0d34-0410-b5e6-96231b3b80d8

test/Archive/ranlib_GNU.ll
test/Archive/ranlib_MacOSX.ll
test/Archive/ranlib_SVR4.ll
test/Archive/ranlib_xpg4.ll

index 3def94465e8704aa52fae5b93ffe8c85398b1778..ac63989c79b7c579c0c41a97cd35d71ce054bf6e 100644 (file)
@@ -1,9 +1,9 @@
 ;This isn't really an assembly file, its just here to run the test.
 ;This test just makes sure that llvm-ar can generate a symbol table for
 ;GNU style archives
-;RUN: cp %p/GNU.a GNU_copy.a
-;RUN: llvm-ranlib GNU_copy.a
-;RUN: llvm-ar t GNU_copy.a > %t1
+;RUN: cp %p/GNU.a %t.GNU.a
+;RUN: llvm-ranlib %t.GNU.a
+;RUN: llvm-ar t %t.GNU.a > %t1
 ;RUN: sed -e '/^;.*/d' %s >%t2
 ;RUN: diff %t2 %t1
 evenlen
index c6fa661f192178a894e9f88821beba0799daed6f..dda2f0b36e1a4c0697ea74efba6adebb75bad582 100644 (file)
Binary files a/test/Archive/ranlib_MacOSX.ll and b/test/Archive/ranlib_MacOSX.ll differ
index 137bad7fb6a95111357856b1c8418f1f17b240b4..a7da63d0318d4aef3740878fa2d3cc42e9e52c5a 100644 (file)
@@ -1,9 +1,9 @@
 ;This isn't really an assembly file, its just here to run the test.
 ;This test just makes sure that llvm-ar can generate a symbol table for
 ;SVR4 style archives
-;RUN: cp %p/SVR4.a SVR4_copy.a
-;RUN: llvm-ranlib SVR4_copy.a
-;RUN: llvm-ar t SVR4_copy.a > %t1
+;RUN: cp %p/SVR4.a %t.SVR4.a
+;RUN: llvm-ranlib %t.SVR4.a
+;RUN: llvm-ar t %t.SVR4.a > %t1
 ;RUN: sed -e '/^;.*/d' %s >%t2
 ;RUN: diff %t2 %t1
 evenlen
index 2d133e46eab94f9093ed2735b11a067d8dcae9d4..9f8aca0836d1d500884d001fa64297277e3944a4 100644 (file)
@@ -1,9 +1,9 @@
 ;This isn't really an assembly file, its just here to run the test.
 ;This test just makes sure that llvm-ar can generate a symbol table for
 ;xpg4 style archives
-;RUN: cp %p/xpg4.a xpg4_copy.a
-;RUN: llvm-ranlib xpg4_copy.a
-;RUN: llvm-ar t xpg4_copy.a > %t1
+;RUN: cp %p/xpg4.a %t.xpg4.a
+;RUN: llvm-ranlib %t.xpg4.a
+;RUN: llvm-ar t %t.xpg4.a > %t1
 ;RUN: sed -e '/^;.*/d' %s >%t2
 ;RUN: diff %t2 %t1
 evenlen