8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
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
|