summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar/full-to-thin-archive.test
blob: 6853005a32f861b775266794901d66e70da53be5 (plain)
1
2
3
4
5
6
7
8
## Test archives do not convert to thin archives.

# RUN: rm -rf %t && mkdir -p %t
# RUN: llvm-ar qc %t/archive.a %s
# RUN: not llvm-ar qT %t/archive.a %s 2>&1 | FileCheck %s
# RUN: not llvm-ar rT %t/archive.a %s 2>&1 | FileCheck %s

# CHECK: error: cannot convert a regular archive to a thin one
OpenPOWER on IntegriCloud