brintos

brintos / llvm-project-archived public Read only

0
0
Text · 533 B · d71fe5e Raw
20 lines · plain
1# RUN: yaml2obj %s -o %t2 3# RUN: llvm-lipo %t -archs | FileCheck --check-prefix=ARCHS %s4# RUN: llvm-lipo %t --archs | FileCheck --check-prefix=ARCHS %s5# ARCHS: i3866 7# RUN: not llvm-lipo %t %t -archs 2>&1 | FileCheck --check-prefix=MULTIPLE_INPUT_OBJ %s8# MULTIPLE_INPUT_OBJ: archs expects a single input file9 10--- !mach-o11FileHeader:12  magic:           0xFEEDFACE13  cputype:         0x0000000714  cpusubtype:      0x0000000315  filetype:        0x0000000116  ncmds:           017  sizeofcmds:      018  flags:           0x0000200019...20