RUN: mkdir -p %t RUN: cd %t RUN: mkdir -p foo RUN: touch foo/test1.o RUN: touch foo/test2.o RUN: llvm-ar qcT foo/libtest.a foo/test1.o RUN: llvm-ar qcT foo/libtest.a foo/test1.o RUN: llvm-ar qcT foo/libtest.a foo/test2.o RUN: llvm-ar t foo/libtest.a | FileCheck %s CHECK: test1.o CHECK: test1.o CHECK: test2.o