SUMMARY 1. Enable supporting the write operation of big archive. 2. the first commit come from https://reviews.llvm.org/D104367 3. refactor the first commit and implement writing symbol table. 4. fixed the bugs and add more test cases in the second commit. Reviewers: James Henderson Differential Revision: https://reviews.llvm.org/D123949
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
## 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
|