You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
317 B
12 lines
317 B
## Check that response files can cope with non-ascii characters.
|
|
|
|
# RUN: echo 'contents' > %t-£.txt
|
|
|
|
# RUN: rm -f %t-£.a
|
|
# RUN: echo 'r %t-£.a %t-£.txt' > %t-replace.txt
|
|
# RUN: llvm-ar @%t-replace.txt
|
|
|
|
# RUN: echo 'p %t-£.a %t-£.txt' > %t-print.txt
|
|
# RUN: llvm-ar @%t-print.txt | FileCheck %s
|
|
# CHECK: contents
|