xref: /llvm-project/llvm/test/tools/llvm-ar/mri2.test (revision b4e2d471f762fc760c26f781a7a86ec3c8ab7355)
1; RUN: echo create %t.a > %t.mri
2; RUN: echo create %t.a >> %t.mri
3; RUN: echo save >> %t.mri
4; RUN: echo end >> %t.mri
5
6; RUN: not llvm-ar -M  < %t.mri 2>&1 | FileCheck %s
7; CHECK: error: script line 2: editing multiple archives not supported
8