brintos

brintos / llvm-project-archived public Read only

0
0
Text · 952 B · e654fb0 Raw
38 lines · plain
1# RUN: yaml2obj %s -o %t2# RUN: not llvm-lipo %t -info 2>&1 | FileCheck %s3# CHECK: has unsupported binary format4 5--- !ELF6FileHeader:7  Class:           ELFCLASS648  Data:            ELFDATA2LSB9  Type:            ET_DYN10  Machine:         EM_X86_6411  Entry:           0x000000000000100012Sections:13  - Name:            .gnu.version_d14    Type:            SHT_GNU_verdef15    Flags:           [ SHF_ALLOC ]16    Address:         0x000000000000023017    Link:            .dynstr18    AddressAlign:    0x000000000000000419    Info:            0x000000000000000320    Entries:21      - Version:         122        Flags:           123        VersionNdx:      124        Hash:            12345678925        Names:26          - foo27      - Version:         128        Flags:           229        VersionNdx:      230        Hash:            98765432131        Names:32          - VERSION_133          - VERSION_234DynamicSymbols:35  - Name:    bar36    Binding: STB_GLOBAL37...38