xref: /aosp_15_r20/external/llvm/test/Object/mri1.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: echo create %t.a > %t.mri
2*9880d681SAndroid Build Coastguard Worker; RUN: echo save >> %t.mri
3*9880d681SAndroid Build Coastguard Worker; RUN: echo end >> %t.mri
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker; RUN: llvm-ar -M  < %t.mri
6*9880d681SAndroid Build Coastguard Worker; RUN: llvm-ar t %t.a
7