1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-lipo
Alexander Shaposhnikov aa1651acf6 [llvm-lipo] Relax the check of the specified input file architecture
cctools lipo only compares the cputypes when it verifies that
the specified (via -arch) input file and the architecture match.
This diff adjusts the behavior of llvm-lipo accordingly. 

Differential revision: https://reviews.llvm.org/D68319

Test plan: make check-all

llvm-svn: 373966
2019-10-07 21:14:22 +00:00
..
CMakeLists.txt [build] Add the ability to create a symlink for lipo 2019-07-31 16:46:57 +00:00
LipoOpts.td [llvm-lipo] Add support for -arch 2019-09-27 22:33:18 +00:00
llvm-lipo.cpp [llvm-lipo] Relax the check of the specified input file architecture 2019-10-07 21:14:22 +00:00
LLVMBuild.txt