diff options
Diffstat (limited to 'test/Object/archive-thin-read.test')
| -rw-r--r-- | test/Object/archive-thin-read.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Object/archive-thin-read.test b/test/Object/archive-thin-read.test new file mode 100644 index 000000000000..830696056d64 --- /dev/null +++ b/test/Object/archive-thin-read.test @@ -0,0 +1,6 @@ +RUN: echo hello > %t.file +RUN: rm -f %t.a +RUN: llvm-ar --format=gnu rcsT %t.a %t.file +RUN: llvm-ar p %t.a | FileCheck %s + +CHECK: hello |
