[InstCombine] Signed saturation patterns
[llvm-core.git] / test / tools / llvm-lipo / info.test
blob1b0004667a2ce57b78fed7a86b5110195d54616a
1 # RUN: yaml2obj %p/Inputs/i386-slice.yaml > %t-i386.o
2 # RUN: yaml2obj %p/Inputs/x86_64-slice.yaml > %t-x86_64.o
3 # RUN: yaml2obj %p/Inputs/i386-x86_64-universal.yaml > %t-universal.o
5 # RUN: llvm-lipo %t-universal.o %t-i386.o %t-universal.o %t-x86_64.o -info | FileCheck %s
6 # CHECK: Architectures in the fat file:
7 # CHECK: i386 x86_64
8 # CHECK-NEXT: Architectures in the fat file:
9 # CHECK: i386 x86_64
10 # CHECK-NEXT: Non-fat file:
11 # CHECK:  is architecture: i386
12 # CHECK-NEXT: Non-fat file:
13 # CHECK:  is architecture: x86_64