brintos

brintos / llvm-project-archived public Read only

0
0
Text · 770 B · 99d7491 Raw
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: 3D5 6# ULEB values are overflowing.7# Those are the trailing '000' in the sequence '...00010101020000' should be '...000101010201'8--- !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: 0x4123    Content: "411900000061656162695f7061757468616269000000010102012300000061656162695f666561747572655f616e645f6269747300010000010101020000"24...25