Lines Matching full:txt
5 # RUN: echo file1 > %t/1.txt
6 # RUN: echo file2 > %t/2.txt
7 # RUN: echo file3 > %t/3.txt
9 # RUN: llvm-ar -rc %t/archive.a %t/1.txt %t/2.txt %t/3.txt
27 # WITHOUT-VERBOSE: Printing 1.txt
29 # WITHOUT-VERBOSE-NEXT: Printing 2.txt
31 # WITHOUT-VERBOSE-NEXT: Printing 3.txt
35 # RUN: llvm-ar p %t/archive.a %t/2.txt \
40 # RUN: llvm-ar pv %t/archive.a %t/2.txt \
43 # SINGLE-VERBOSE: Printing 2.txt
47 # RUN: llvm-ar p %t/archive.a %t/2.txt %t/1.txt \
53 # RUN: llvm-ar pv %t/archive.a %t/2.txt %t/1.txt \
56 # MULTIPLE-VERBOSE: Printing 1.txt
58 # MULTIPLE-VERBOSE-NEXT: Printing 2.txt
62 # RUN: not llvm-ar p %t/archive.a %t/2.txt %t/2.txt 2>&1 \
63 # RUN: | FileCheck %s --check-prefix=SAME -DFILE=%t/2.txt
69 # llvm-ar -q %t/archive.a %t/2.txt
70 # RUN: not llvm-ar p %t/archive.a %t/2.txt %t/2.txt 2>&1 \
71 # RUN: | FileCheck %s --check-prefix=SAME -DFILE=%t/2.txt
86 # RUN: not llvm-ar p %t/archive.a %t-missing.txt 2>&1 \
87 # RUN: | FileCheck %s --check-prefix=MISSING-FILE -DFILE=%t-missing.txt
97 # RUN: llvm-ar Trc %t/thin-archive.a %t/1.txt %t/2.txt %t/3.txt
98 # RUN: llvm-ar p %t/archive.a %t/2.txt \