Home | History | Annotate | Download | only in Object
      1 #
      2 # Check if the index is appearing properly in the output file
      3 #
      4 RUN: llvm-nm -M %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s
      5 
      6 CHECKIDX: Archive map
      7 CHECKIDX: abcdefghijklmnopqrstuvwxyz12345678 in 1.o
      8 CHECKIDX: main in 1.o
      9 CHECKIDX: 1.o:
     10 CHECKIDX: 00000000 D abcdefghijklmnopqrstuvwxyz12345678
     11 CHECKIDX:          U fn1
     12 CHECKIDX: 00000000 T main
     13