brintos

brintos / llvm-project-archived public Read only

0
0
Text · 317 B · b3e405f Raw
12 lines · plain
1## Check that response files can cope with non-ascii characters.2 3# RUN: echo 'contents' > %t-£.txt4 5# RUN: rm -f %t-£.a6# RUN: echo 'r %t-£.a %t-£.txt' > %t-replace.txt7# RUN: llvm-ar @%t-replace.txt8 9# RUN: echo 'p %t-£.a %t-£.txt' > %t-print.txt10# RUN: llvm-ar @%t-print.txt | FileCheck %s11# CHECK: contents12