brintos

brintos / llvm-project-archived public Read only

0
0
Text · 575 B · 3ad8a67 Raw
23 lines · plain
1# REQUIRES: x862# RUN: yaml2obj %s -o %t.o3# RUN: not %lld -o /dev/null %t.o 2>&1 | \4# RUN:    FileCheck %s -DFILE=%t.o5# CHECK: error: [[FILE]]: slice extends beyond end of file6 7!fat-mach-o8FatHeader:9  magic:           0xCAFEBABE10  nfat_arch:       211FatArchs:12  - cputype:         0x0100000713    cpusubtype:      0x0000000314    offset:          0x000000000000100015    size:            016    align:           1217  - cputype:         0x0000000718    cpusubtype:      0x0000000319    offset:          0x000000000000B00020    size:            021    align:           1222Slices:23