[PATCH] D65251: [llvm-lipo] Add test for -verify_archs

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 17:29:30 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366968: [llvm-lipo] Add test for -verify_archs (authored by smeenai, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65251?vs=211627&id=211644#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65251/new/

https://reviews.llvm.org/D65251

Files:
  llvm/trunk/test/tools/llvm-lipo/verify-arch-universal-binary.test


Index: llvm/trunk/test/tools/llvm-lipo/verify-arch-universal-binary.test
===================================================================
--- llvm/trunk/test/tools/llvm-lipo/verify-arch-universal-binary.test
+++ llvm/trunk/test/tools/llvm-lipo/verify-arch-universal-binary.test
@@ -4,6 +4,7 @@
 # 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65251.211644.patch
Type: text/x-patch
Size: 657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190725/c149c268/attachment.bin>


More information about the llvm-commits mailing list