Lines Matching full:txt
3 # RUN: echo 'contents' > %t.txt
4 # RUN: echo 'rc %t1.a %t.txt' > %t.response1.txt
5 # RUN: llvm-ar @%t.response1.txt
9 # RUN: echo 'contents' > '%t space.txt'
11 # RUN: %python -c "import os; open(r'%t.response2.txt', 'w').write(r'%t2.a \"%t space.txt\"'+ '\n')"
12 # RUN: llvm-ar rc @%t.response2.txt
16 # RUN: echo 'rc %t3.a' > %t.response3.txt
17 # RUN: llvm-ar @%t.response3.txt %t.txt
21 # RUN: echo contents > %t.txt
22 # RUN: echo rc %t4.a > %t.newline.txt
23 # RUN: echo %t.txt >> %t.newline.txt
24 # RUN: llvm-ar @%t.newline.txt
30 # RUN: not llvm-ar --rsp-quoting=foobar @%t.response1.txt 2>&1 | \
34 # RUN: echo -e 'rc %/t.a blah\\foo' > %t-rsp.txt
35 # RUN: not llvm-ar --rsp-quoting=windows @%t-rsp.txt 2>&1 | \
39 # RUN: not llvm-ar --rsp-quoting posix @%t-rsp.txt 2>&1 | \