8 lines · plain
1; RUN: echo create %t.a > %t.mri2; RUN: echo create %t.a >> %t.mri3; RUN: echo save >> %t.mri4; RUN: echo end >> %t.mri5 6; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s7; CHECK: error: script line 2: editing multiple archives not supported8