[PATCH] D56472: Change test/tools/lto/no-bitcode.s requirement from arm to aarch64

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 18 08:05:36 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351560: [LTO] Change test/tools/lto/no-bitcode.s requirement from arm to aarch64 (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56472?vs=180782&id=182522#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56472

Files:
  llvm/trunk/test/tools/lto/no-bitcode.s


Index: llvm/trunk/test/tools/lto/no-bitcode.s
===================================================================
--- llvm/trunk/test/tools/lto/no-bitcode.s
+++ llvm/trunk/test/tools/lto/no-bitcode.s
@@ -1,4 +1,4 @@
-; REQUIRES: arm-registered-target
+; REQUIRES: aarch64-registered-target
 ; libLTO.dylib shouldn't assert on invalid inputs.
 ; RUN: llvm-mc -triple=arm64-apple-ios7.0.0 -filetype=obj -o %t.o
 ; RUN: llvm-ar r %t.a %t.o


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56472.182522.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190118/2978dd8f/attachment.bin>


More information about the llvm-commits mailing list