blob: ceda7d4b5e1831b73e06cc206a26d33c2a2ec855 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# RUN: yaml2obj %s > %t
# Tests that the output for an unknown architecture is the same as cctools lipo
# RUN: llvm-lipo %t -archs | FileCheck %s
# CHECK: unknown(151,3)
--- !mach-o
FileHeader:
magic: 0xFEEDFACE
cputype: 0x00000097
cpusubtype: 0x00000003
filetype: 0x00000001
ncmds: 0
sizeofcmds: 0
flags: 0x00002000
...
|