mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
|
; RUN: echo create %t.a > %t.mri
|
||
|
; RUN: echo addlib %p/Inputs/pr25877.lib >> %t.mri
|
||
|
; RUN: echo save >> %t.mri
|
||
|
; RUN: echo end >> %t.mri
|
||
|
|
||
|
; RUN: llvm-ar -M < %t.mri
|
||
|
; RUN: llvm-ar t %t.a | FileCheck %s
|
||
|
|
||
|
; CHECK: foo.obj
|