[InstCombine] Signed saturation patterns
[llvm-core.git] / test / ObjectYAML / MachO / mach_header.yaml
blobf6cba123e72f055de6f63affe87a532871b4af5e
1 # RUN: yaml2obj %s | obj2yaml | FileCheck %s
3 --- !mach-o
4 FileHeader:      
5   magic:           0xFEEDFACE
6   cputype:         0x00000007
7   cpusubtype:      0x80000003
8   filetype:        0x00000002
9   ncmds:           0
10   sizeofcmds:      0
11   flags:           0x00218085
12 ...
14 # CHECK: --- !mach-o
15 # CHECK: FileHeader:      
16 # CHECK:   magic:           0xFEEDFACE
17 # CHECK:   cputype:         0x00000007
18 # CHECK:   cpusubtype:      0x80000003
19 # CHECK:   filetype:        0x00000002
20 # CHECK:   ncmds:           0
21 # CHECK:   sizeofcmds:      0
22 # CHECK:   flags:           0x00218085
23 # CHECK-NOT: reserved:
24 # CHECK: ...