mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 12:46:00 +00:00
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:
parent
f5e9ba6d1c
commit
7f4c23bbda
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user