[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Object / directory.ll
blobb9da6b7ffb7ad416126ec35dca13c101d6a65497
1 ;RUN: rm -rf %t && mkdir -p %t
2 ;RUN: not llvm-ar r %t/test.a . 2>&1 | FileCheck -DMSG=%errc_EISDIR %s
3 ;CHECK: .: [[MSG]]
5 ;RUN: rm -f %t/test.a
6 ;RUN: touch %t/a-very-long-file-name
7 ;RUN: llvm-ar r %t/test.a %s %t/a-very-long-file-name
8 ;RUN: llvm-ar r %t/test.a %t/a-very-long-file-name
9 ;RUN: llvm-ar t %t/test.a | FileCheck -check-prefix=MEMBERS %s
10 ;MEMBERS-NOT: /
11 ;MEMBERS: directory.ll
12 ;MEMBERS: a-very-long-file-name
13 ;MEMBERS-NOT: a-very-long-file-name