1 # RUN: yaml2obj %s > %t
3 # RUN: not llvm-lipo %t -thin arm64_32 -output %t.out 2>&1 | FileCheck --check-prefix=ARCH_NOT_IN_FILE %s
4 # ARCH_NOT_IN_FILE: does not contain the specified architecture arm64_32 to thin it to
6 # RUN: not llvm-lipo %t -thin aarch101 -output %t.out 2>&1 | FileCheck --check-prefix=INVALID_ARCH %s
7 # INVALID_ARCH: Invalid architecture: aarch101
9 # RUN: yaml2obj %p/Inputs/i386-x86_64-universal.yaml > %t-universal.o
10 # RUN: llvm-lipo %t-universal.o -thin i386 -output %t32.o
11 # RUN: yaml2obj %p/Inputs/i386-slice.yaml > %t-basic32.o
12 # RUN: cmp %t32.o %t-basic32.o
20 cpusubtype: 0x00000003
21 offset: 0x0000000000001000
25 cpusubtype: 0x00000003
26 offset: 0x0000000000002000
34 cpusubtype: 0x00000003
43 cpusubtype: 0x00000003