Add test to verify clean failure, exit code 1 for valid architecture not
present in the universal binary.
Patch by Anusha Basana <anusha.basana@gmail.com>
Differential Revision: https://reviews.llvm.org/D65251
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366968
91177308-0d34-0410-b5e6-
96231b3b80d8
# RUN: llvm-lipo %t -verify_arch i386 x86_64
# RUN: not llvm-lipo %t -verify_arch aarch64
+# RUN: not llvm-lipo %t -verify_arch arm64
# RUN: yaml2obj %s | not llvm-lipo - -verify_arch aarch64 i386
# lipo does not support this (i.e. yaml2obj %s | not lipo -), included to test function with llvm-lipo
# use the temporary %t when checking tests with lipo