forked from OSchip/llvm-project
Remove uses of "%T" from test/Object/archive-* tests.
llvm-svn: 311296
This commit is contained in:
parent
806ae44012
commit
2c0bca49b1
|
@ -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
|
||||
|
|
|
@ -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 | \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue