[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / llvm-lipo / archs-macho-binary.test
blob56f913263dac577fb10e8b4fbb9cb2609ea2a75e
1 # RUN: yaml2obj %s > %t
3 # RUN: llvm-lipo %t -archs | FileCheck --check-prefix=ARCHS %s
4 # RUN: llvm-lipo %t --archs | FileCheck --check-prefix=ARCHS %s
5 # ARCHS: i386
7 # RUN: not llvm-lipo %t %t -archs 2>&1 | FileCheck --check-prefix=MULTIPLE_INPUT_OBJ %s
8 # MULTIPLE_INPUT_OBJ: archs expects a single input file
10 --- !mach-o
11 FileHeader:
12   magic:           0xFEEDFACE
13   cputype:         0x00000007
14   cpusubtype:      0x00000003
15   filetype:        0x00000001
16   ncmds:           0
17   sizeofcmds:      0
18   flags:           0x00002000
19 ...