1 RUN: yaml2obj %S/Inputs/elf.yaml -o %t.o
4 RUN: echo "create %t.ar;comment" > %t.mri
5 RUN: echo "addmod %t.o * comment" >> %t.mri
6 RUN: echo "; comment" >> %t.mri
7 RUN: echo " ;comment" >> %t.mri
8 RUN: echo "* comment" >> %t.mri
9 RUN: echo " *comment" >> %t.mri
10 RUN: echo "" >> %t.mri
11 RUN: echo " " >> %t.mri
12 RUN: echo "addmod %S/Inputs/elf.yaml" >> %t.mri
13 RUN: echo "delete %t.o" >> %t.mri
14 RUN: echo " save" >> %t.mri
15 RUN: echo "end" >> %t.mri
17 RUN: llvm-ar -M < %t.mri
18 RUN: llvm-ar tv %t.ar | FileCheck %s
20 CHECK-NOT: mri-delete.test{{.*}}.o