brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · eb3df27 Raw
40 lines · plain
1# RUN: yaml2obj %s | not llvm-dwarfdump --uuid - 2>&1 | FileCheck %s2# CHECK: load command 0 filesize field in LC_SEGMENT_64 greater than vmsize field3 4--- !mach-o5FileHeader:6  magic:           0xFEEDFACF7  cputype:         0x010000078  cpusubtype:      0x000000039  filetype:        0x0000000110  ncmds:           111  sizeofcmds:      2412  flags:           0x0000200013  reserved:        0x0000000014LoadCommands:15  - cmd:             LC_SEGMENT_6416    cmdsize:         23217    segname:         ''18    vmaddr:          019    vmsize:          8020    fileoff:         38421    filesize:        8122    maxprot:         723    initprot:        724    nsects:          125    flags:           026    Sections:27      - sectname:        __text28        segname:         __TEXT29        addr:            0x000000000000000030        size:            1531        offset:          0x0000018032        align:           433        reloff:          0x0000000034        nreloc:          035        flags:           0x8000040036        reserved1:       0x0000000037        reserved2:       0x0000000038        reserved3:       0x0000000039...40