Home | History | Annotate | Download | only in Object
      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: Editing multiple archives not supported
      8