xref: /llvm-project/llvm/test/tools/llvm-ar/response-utf8.test (revision fe3b621f05e706fb04dec121c136b6de82a9e277)
1## Check that response files can cope with non-ascii characters.
2
3# RUN: echo 'contents' > %t-£.txt
4
5# RUN: rm -f %t-£.a
6# RUN: echo 'r %t-£.a %t-£.txt' > %t-replace.txt
7# RUN: llvm-ar @%t-replace.txt
8
9# RUN: echo 'p %t-£.a %t-£.txt' > %t-print.txt
10# RUN: llvm-ar @%t-print.txt | FileCheck %s
11# CHECK: contents
12