[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git] / test / tools / llvm-ar / print-thin-archive-path.test
blobf6cb0cf75183ed5ccc78e138fe3469013355dbf6
1 RUN: mkdir -p %t/foo
2 RUN: touch %t/foo/a.txt
3 RUN: rm -f %t/foo/archive.a
5 RUN: cd %t && llvm-ar rcST foo/archive.a foo/a.txt
6 RUN: cd %t && llvm-ar t foo/archive.a | FileCheck %s --match-full-lines --check-prefix=PARENT-DIR
7 RUN: cd %t/foo && llvm-ar t archive.a | FileCheck %s --match-full-lines --check-prefix=CHILD-DIR
9 PARENT-DIR: foo/a.txt
10 CHILD-DIR:  a.txt