brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · dbdf01b Raw
42 lines · plain
1# RUN: yaml2obj %s -o %t2# Tests that the output for an unknown architecture is the same as cctools lipo3# RUN: llvm-lipo %t -archs 2>&1 | FileCheck %s4# CHECK: i386 unknown(16777367,3)5 6--- !fat-mach-o7FatHeader:8  magic:           0xCAFEBABE9  nfat_arch:       210FatArchs:11  - cputype:         0x0000000712    cpusubtype:      0x0000000313    offset:          0x000000000000100014    size:            2815    align:           1216  - cputype:         0x0100009717    cpusubtype:      0x0000000318    offset:          0x000000000000200019    size:            3220    align:           1221Slices:22  - !mach-o23    FileHeader:24      magic:           0xFEEDFACE25      cputype:         0x0000000726      cpusubtype:      0x0000000327      filetype:        0x0000000128      ncmds:           029      sizeofcmds:      030      flags:           0x0000200031  - !mach-o32    FileHeader:33      magic:           0xFEEDFACF34      cputype:         0x0100009735      cpusubtype:      0x0000000336      filetype:        0x0000000137      ncmds:           038      sizeofcmds:      039      flags:           0x0000200040      reserved:        0x0000000041...42