[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-ar / full-to-thin-archive.test
blob6853005a32f861b775266794901d66e70da53be5
1 ## Test archives do not convert to thin archives.
3 # RUN: rm -rf %t && mkdir -p %t
4 # RUN: llvm-ar qc %t/archive.a %s
5 # RUN: not llvm-ar qT %t/archive.a %s 2>&1 | FileCheck %s
6 # RUN: not llvm-ar rT %t/archive.a %s 2>&1 | FileCheck %s
8 # CHECK: error: cannot convert a regular archive to a thin one