Home | History | Annotate | Download | only in Object
      1 ; RUN: echo create %t.a > %t.mri
      2 ; RUN: echo addlib %p/Inputs/GNU.a >> %t.mri
      3 ; RUN: echo addlib %p/Inputs/archive-test.a-gnu-minimal >> %t.mri
      4 ; RUN: echo save >> %t.mri
      5 ; RUN: echo end >> %t.mri
      6 
      7 ; RUN: llvm-ar -M  < %t.mri
      8 ; RUN: llvm-ar t %t.a | FileCheck %s
      9 
     10 ; CHECK: evenlen
     11 ; CHECK-NEXT: oddlen
     12 ; CHECK-NEXT: very_long_bytecode_file_name.bc
     13 ; CHECK-NEXT: IsNAN.o
     14 ; CHECK-NEXT: test
     15