Remove uses of "%T" from test/Object/archive-* tests.

llvm-svn: 311296
This commit is contained in:
Kuba Mracek 2017-08-20 18:18:44 +00:00
parent 806ae44012
commit 2c0bca49b1
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Test the 'd' operation in llvm-ar
RUN: cd %T
RUN: rm -rf %t && mkdir -p %t && cd %t
RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a

View File

@ -1,7 +1,7 @@
; This test just makes sure that llvm-ar can extract bytecode members
; from various style archives.
; RUN: cd %T
; RUN: rm -rf %t && mkdir -p %t && cd %t
; RUN: rm -f very_long_bytecode_file_name.bc
; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \

View File

@ -1,6 +1,6 @@
Test the 'm' operation in llvm-ar
RUN: cd %T
RUN: rm -rf %t && mkdir -p %t && cd %t
RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a

View File

@ -1,6 +1,6 @@
REQUIRES: system-windows
RUN: cd %T
RUN: rm -rf %t && mkdir -p %t && cd %t
RUN: mkdir -p archive-thin-paths.dir
RUN: echo foo > archive-thin-paths.dir/foo.o

View File

@ -1,6 +1,6 @@
Test the 'u' option of llvm-ar
RUN: cd %T
RUN: rm -rf %t && mkdir -p %t && cd %t
RUN: rm -f %t.a
Create a file named evenlen that is newer than the evenlen on the source dir.