xref: /aosp_15_r20/external/llvm/test/Object/pr25877.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: echo create %t.a > %t.mri
2*9880d681SAndroid Build Coastguard Worker; RUN: echo addlib %p/Inputs/pr25877.lib >> %t.mri
3*9880d681SAndroid Build Coastguard Worker; RUN: echo save >> %t.mri
4*9880d681SAndroid Build Coastguard Worker; RUN: echo end >> %t.mri
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard Worker; RUN: llvm-ar -M  < %t.mri
7*9880d681SAndroid Build Coastguard Worker; RUN: llvm-ar t %t.a | FileCheck %s
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker; CHECK: foo.obj
10