File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11## Test extract operation.
2- # XFAIL: target={{.*}}-darwin{{.*}}
32
43# RUN: rm -rf %t && mkdir -p %t/extracted/
54
98
109# RUN: echo filea > %t/a.txt
1110# RUN: echo fileb > %t/b.txt
12- # RUN: llvm-ar rc %t/archive.a %t/a.txt %t/b.txt
11+ # RUN: llvm-ar rc --format=gnu %t/archive.a %t/a.txt %t/b.txt
1312
1413## Single member:
1514# RUN: cd %t/extracted && llvm-ar xv %t/archive.a a.txt | FileCheck %s --check-prefix=A
Original file line number Diff line number Diff line change 11## Test Print output
2- # XFAIL: target={{.*}}-darwin{{.*}}
32
43# RUN: rm -rf %t && mkdir -p %t
54# RUN: echo file1 > %t/1.txt
65# RUN: echo file2 > %t/2.txt
76# RUN: echo file3 > %t/3.txt
87
9- # RUN: llvm-ar -rc %t/archive.a %t/1.txt %t/2.txt %t/3.txt
8+ # RUN: llvm-ar -rc --format=gnu %t/archive.a %t/1.txt %t/2.txt %t/3.txt
109
1110## Print empty archive:
1211# RUN: llvm-ar --format=gnu cr %t/empty.a
You can’t perform that action at this time.
0 commit comments