mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
add1ee3a12
A Mach-O universal binary may contain bitcode as a slice. This diff adds proper handling of such binaries to llvm-lipo. Test plan: make check-all Differential revision: https://reviews.llvm.org/D85740
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
# RUN: llvm-as %p/Inputs/armv7-ios.ll -o %t-armv7.o
|
|
# RUN: llvm-lipo -archs %t-armv7.o | FileCheck %s
|
|
|
|
# CHECK: armv7
|