• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Test archives do not convert to thin archives.
2
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
7
8# CHECK: error: cannot convert a regular archive to a thin one
9