brintos

brintos / llvm-project-archived public Read only

0
0
Text · 331 B · 7b28c85 Raw
16 lines · yaml
1# RUN: not yaml2obj %s 2>&1 | FileCheck %s2 3--- !mach-o4FileHeader:      5  magic:           0xFEEDFACE6  cputype:         0x000000077  cpusubtype:      0x800000038  filetype:        0x000000029  ncmds:           010  sizeofcmds:      011  flags:           0x0021808512  reserved:        013...14 15# CHECK: error: unknown key 'reserved'16