[InstCombine] Signed saturation patterns
[llvm-core.git] / test / tools / llvm-lipo / archs-macho-binary-unknown.test
blobceda7d4b5e1831b73e06cc206a26d33c2a2ec855
1 # RUN: yaml2obj %s > %t
2 # Tests that the output for an unknown architecture is the same as cctools lipo
3 # RUN: llvm-lipo %t -archs | FileCheck %s
4 # CHECK: unknown(151,3)
6 --- !mach-o
7 FileHeader:
8   magic:           0xFEEDFACE
9   cputype:         0x00000097
10   cpusubtype:      0x00000003
11   filetype:        0x00000001
12   ncmds:           0
13   sizeofcmds:      0
14   flags:           0x00002000
15 ...