Removing unnecessary copies. Use %p to reference them.
authorTanya Lattner <tonic@nondot.org>
Sat, 20 Nov 2004 23:47:23 +0000 (23:47 +0000)
committerTanya Lattner <tonic@nondot.org>
Sat, 20 Nov 2004 23:47:23 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18059 91177308-0d34-0410-b5e6-96231b3b80d8

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

index c735b37ba72ac3f145a1b651802c8f62a93543be..61ca2734dd612ad4e27b5566ca84dca96df1969b 100644 (file)
@@ -1,9 +1,8 @@
 ;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 . 
-;RUN: llvm-ranlib GNU.a
-;RUN: llvm-ar t GNU.a > %t1
+;RUN: llvm-ranlib %p/GNU.a
+;RUN: llvm-ar t %p/GNU.a > %t1
 ;RUN: sed -e '/^;.*/d' %s >%t2
 ;RUN: diff %t2 %t1
 evenlen
index 4eeb7bdbf06645ba0d4c55bbdabee69544d18e76..6874662a12ff5cb7faf0d6ca4a0f8db0759fa849 100644 (file)
@@ -1,9 +1,8 @@
 ;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 . 
-;RUN: llvm-ranlib SVR4.a
-;RUN: llvm-ar t SVR4.a > %t1
+;RUN: llvm-ranlib %p/SVR4.a
+;RUN: llvm-ar t %p/SVR4.a > %t1
 ;RUN: sed -e '/^;.*/d' %s >%t2
 ;RUN: diff %t2 %t1
 evenlen
index 6388cc20a36a1cf55320a45d86dcad65a21dbf2a..ef363af8048f0c2d5201ba4fb4b6b46411887c2d 100644 (file)
@@ -1,9 +1,8 @@
 ;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 . 
-;RUN: llvm-ranlib xpg4.a
-;RUN: llvm-ar t xpg4.a > %t1
+;RUN: llvm-ranlib %p/xpg4.a
+;RUN: llvm-ar t %p/xpg4.a > %t1
 ;RUN: sed -e '/^;.*/d' %s >%t2
 ;RUN: diff %t2 %t1
 evenlen