[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Object / archive-thin-create.test
blobe705d0ee2b7554b44dac9946ef84822706d9107f
1 RUN: rm -rf %t
2 RUN: mkdir -p %t
3 RUN: cd %t
4 RUN: mkdir -p foo
5 RUN: touch foo/test1.o
6 RUN: touch foo/test2.o
7 RUN: llvm-ar qcT foo/libtest.a foo/test1.o
8 RUN: llvm-ar qcT foo/libtest.a foo/test1.o
9 RUN: llvm-ar qcT foo/libtest.a foo/test2.o
10 RUN: llvm-ar t foo/libtest.a | FileCheck --match-full-lines %s
12 O (displaying member offsets) is ignored for thin archives.
13 RUN: llvm-ar tO foo/libtest.a | FileCheck --match-full-lines %s
15 CHECK: foo/test1.o
16 CHECK: foo/test1.o
17 CHECK: foo/test2.o