aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-ar/display-empty.test
blob: 22310c8db18bfe3af30e3ad2c3058d82bc59fff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Test Display of empty archives.

# RUN: rm -rf %t && mkdir -p %t

## Display empty archive:
# RUN: llvm-ar cr %t/empty.a
# RUN: llvm-ar tv %t/empty.a 2>&1 | count 0

## Display empty thin archive:
# RUN: llvm-ar Trc %t/thin-archive-empty.a
# RUN: llvm-ar tv %t/thin-archive-empty.a 2>&1 | count 0