mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 12:40:17 +00:00
5395265ede
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219579 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
; RUN: echo create %t.a > %t.mri
|
|
; RUN: echo save >> %t.mri
|
|
; RUN: echo end >> %t.mri
|
|
|
|
; RUN: llvm-ar -M < %t.mri
|
|
; RUN: llvm-ar t %t.a
|
|
|
|
; line_iterator is incompatible to CRLF.
|
|
; REQUIRES: shell
|