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
This commit is contained in:
Peter Collingbourne 2016-03-31 23:07:50 +00:00
parent f5e9ba6d1c
commit 7f4c23bbda

View File

@ -1,5 +1,6 @@
RUN: echo hello > %t.file
RUN: llvm-ar rcsT %t.a %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