brintos

brintos / llvm-project-archived public Read only

0
0
Text · 613 B · 7d9efc8 Raw
23 lines · yaml
1# RUN: yaml2obj %s | obj2yaml | FileCheck %s2 3--- !mach-o4FileHeader:5  magic:           0xFEEDFACF6  cputype:         0x010000077  cpusubtype:      0x800000038  filetype:        0x000000029  ncmds:           110  sizeofcmds:      1611  flags:           0x0021808512  reserved:        0x0000000013LoadCommands:14  - cmd:             LC_IDENT15    cmdsize:         1616    PayloadBytes:    [ 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7 ]17...18 19# CHECK: LoadCommands:20# CHECK-NEXT:   - cmd:             LC_IDENT21# CHECK-NEXT:     cmdsize:         1622# CHECK-NEXT:     PayloadBytes:    [ 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7 ]23