Files
archived-llvm/test/Object/archive-thin-read.test
Peter Collingbourne 7f4c23bbda Create thin archive in GNU format to fix test on OS X.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265069 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-31 23:07:50 +00:00

7 lines
135 B
Plaintext

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