Make sure output goes in the temporary/output directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-11-22 02:46:31 +00:00
parent 5fd738f0a6
commit 80fd9b4e08
4 changed files with 9 additions and 9 deletions

View 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

Binary file not shown.

View 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

View 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