[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-lipo / info.test
blobd5fd07344f0fd8d3dbd2c7553f8834c38404a125
1 # RUN: yaml2obj %p/Inputs/i386-slice.yaml -o %t-i386.o
2 # RUN: yaml2obj %p/Inputs/x86_64-slice.yaml -o %t-x86_64.o
3 # RUN: yaml2obj %p/Inputs/i386-x86_64-universal.yaml -o %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