brintos

brintos / llvm-project-archived public Read only

0
0
Text · 668 B · 2495180 Raw
24 lines · plain
1# RUN: yaml2obj %s -o %t.o2# RUN: not llvm-readobj --arch-specific %t.o %null 2>&1 | FileCheck %s3 4# CHECK:  unable to dump attributes from the Unknown section with index 1: unrecognized format-version: 0x375 6# Version is 37 instead of 41, this is the first byte.7--- !ELF8FileHeader:9  Class: ELFCLASS6410  Data: ELFDATA2LSB11  OSABI: ELFOSABI_NONE12  Type: ET_REL13  Machine: EM_AARCH6414  Entry: 0x015 16Sections:17  - Name: .ARM.attributes18    Type: 0x70000003  # SHT_LOPROC + 319    AddressAlign: 120    Offset: 0x4021    Size: 0x3d22    Content: "371900000061656162695f7061757468616269000000010102012300000061656162695f666561747572655f616e645f62697473000100000101010201"23...24