14 lines · plain
1# RUN: yaml2obj %p/Inputs/i386-slice.yaml -o %t-i386.o2# RUN: yaml2obj %p/Inputs/x86_64-slice.yaml -o %t-x86_64.o3# RUN: yaml2obj %p/Inputs/i386-x86_64-universal.yaml -o %t-universal.o4 5# RUN: llvm-lipo %t-universal.o %t-i386.o %t-universal.o %t-x86_64.o -info | FileCheck %s6# CHECK: Architectures in the fat file:7# CHECK: i386 x86_648# CHECK-NEXT: Architectures in the fat file:9# CHECK: i386 x86_6410# CHECK-NEXT: Non-fat file:11# CHECK: is architecture: i38612# CHECK-NEXT: Non-fat file:13# CHECK: is architecture: x86_6414