mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
9d806ba01a
llvm-svn: 265069
7 lines
135 B
Plaintext
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
|