[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-ar / display-empty.test
blob22310c8db18bfe3af30e3ad2c3058d82bc59fff9
1 ## Test Display of empty archives.
3 # RUN: rm -rf %t && mkdir -p %t
5 ## Display empty archive:
6 # RUN: llvm-ar cr %t/empty.a
7 # RUN: llvm-ar tv %t/empty.a 2>&1 | count 0
9 ## Display empty thin archive:
10 # RUN: llvm-ar Trc %t/thin-archive-empty.a
11 # RUN: llvm-ar tv %t/thin-archive-empty.a 2>&1 | count 0