[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-lipo / thin-universal-binary-ir.test
blobeff0fdc2943981ae1cc048dfd8a0066a92860f7d
1 # RUN: llvm-as %p/Inputs/armv7-ios.ll -o %t-armv7.o
2 # RUN: llvm-as %p/Inputs/arm64-ios.ll -o %t-arm64.o
4 # RUN: llvm-lipo %t-armv7.o %t-arm64.o -create -output %t-universal.o
5 # RUN: llvm-lipo %t-universal.o -thin arm64 -output %t-arm64.out
6 # RUN: opt -S %t-arm64.out | FileCheck --check-prefix=ARM64 %s
7 # RUN: llvm-lipo %t-universal.o -thin armv7 -output %t-armv7.out
8 # RUN: opt -S %t-armv7.out | FileCheck --check-prefix=ARMV7 %s
10 # ARM64: arm64-apple-ios8.0.0
11 # ARMV7: thumbv7-apple-ios8.0.0