Removing unnecessary copies. Use %p to reference them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner 2004-11-20 23:47:23 +00:00
parent 4e2239dc5c
commit ca1dd856d3
3 changed files with 6 additions and 9 deletions

View 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

View 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

View 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