You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
297 B
9 lines
297 B
## 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
|