brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.3 KiB · 6b87a94 Raw
48 lines · plain
1# RUN: yaml2obj %s -o %t2 3# RUN: llvm-lipo %t -verify_arch i3864# RUN: llvm-lipo %t -verify_arch i386 x86_645 6# RUN: not llvm-lipo %t -verify_arch aarch647# RUN: not llvm-lipo %t -verify_arch arm648# RUN: yaml2obj %s | not llvm-lipo - -verify_arch aarch64 i3869# lipo does not support this (i.e. yaml2obj %s | not lipo -), included to test function with llvm-lipo10# use the temporary %t when checking tests with lipo11 12--- !fat-mach-o13FatHeader:14  magic:           0xCAFEBABE15  nfat_arch:       216FatArchs:17  - cputype:         0x0000000718    cpusubtype:      0x0000000319    offset:          0x000000000000100020    size:            2821    align:           1222  - cputype:         0x0100000723    cpusubtype:      0x0000000324    offset:          0x000000000000200025    size:            3226    align:           1227Slices:28  - !mach-o29    FileHeader:30      magic:           0xFEEDFACE31      cputype:         0x0000000732      cpusubtype:      0x0000000333      filetype:        0x0000000134      ncmds:           035      sizeofcmds:      036      flags:           0x0000200037  - !mach-o38    FileHeader:39      magic:           0xFEEDFACF40      cputype:         0x0100000741      cpusubtype:      0x0000000342      filetype:        0x0000000143      ncmds:           044      sizeofcmds:      045      flags:           0x0000200046      reserved:        0x0000000047...48