Home | History | Annotate | Download | only in Mips
      1 # RUN: yaml2obj %s | llvm-objdump -D -
      2 
      3 # Test that -D does not crash llvm-objdump encounters a section who size is a
      4 # not a multiple of the size of an instruction.
      5 
      6 --- !ELF
      7 FileHeader:
      8   Class:           ELFCLASS64
      9   Data:            ELFDATA2LSB
     10   Type:            ET_EXEC
     11   Machine:         EM_MIPS
     12 Sections:
     13   - Name:            .note.llvm.crash
     14     Type:            SHT_NOTE
     15     Address:         0x0
     16     Content:         002E746578
     17