mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-06 04:19:10 +00:00
4da3d72a9b
Change the dynamic files to static in the hope that it will actually fix the transient errors that Ive been unable to reproduce. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286891 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
323 B
Plaintext
10 lines
323 B
Plaintext
RUN: rm -f %T/archive.a
|
|
RUN: llvm-ar -format gnu crs %T/archive.a %S/Inputs/abcd
|
|
RUN: llvm-strings -f %T/archive.a | FileCheck %s
|
|
RUN: llvm-strings --print-file-name %T/archive.a | FileCheck %s
|
|
|
|
CHECK: archive.a: !<arch>
|
|
CHECK: archive.a: abcd/ 0 0 0 644 4 `
|
|
CHECK: archive.a: abcd
|
|
|