Summary: when run "llvm-ar cr" on AIX OS , it created a gnu archive, it is not desirable in aix OS. instead of creating a gnu archive, the patch will print a unsupport message for llvm-ar big archive write operation in AIX OS. after implement the big archive operation, I will revert the XFAIL: AIX " and "--format=gnu" test cases in the patch. Reviewer : James Henderson, Jinsong Ji Differential Revision: https://reviews.llvm.org/D122746
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
# XFAIL: system-aix
|
|
## 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
|