llvm-ar: Start adding support for mri scripts.
[oota-llvm.git] / test / Object / mri1.test
1 ; RUN: echo create %t.a > %t.mri
2 ; RUN: echo save >> %t.mri
3 ; RUN: echo end >> %t.mri
4
5 ; RUN: llvm-ar -M  < %t.mri
6 ; RUN: llvm-ar t %t.a