25 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: invalid Extended Build Attributes subsection size at offset: 1A5 6# Indicated size is longer than actual size.7# The size is indicated by the '99' in the sequence '...0101020199...' should be 238--- !ELF9FileHeader:10 Class: ELFCLASS6411 Data: ELFDATA2LSB12 OSABI: ELFOSABI_NONE13 Type: ET_REL14 Machine: EM_AARCH6415 Entry: 0x016 17Sections:18 - Name: .ARM.attributes19 Type: 0x70000003 # SHT_LOPROC + 320 AddressAlign: 121 Offset: 0x4022 Size: 0x3d23 Content: "411900000061656162695f7061757468616269000000010102019900000061656162695f666561747572655f616e645f62697473000100000101010201"24...25