[llvm] r318449 - llvm-objdump: Add missing requires for the test in r313921
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 12:20:56 PST 2017
Author: bogner
Date: Thu Nov 16 12:20:56 2017
New Revision: 318449
URL: http://llvm.org/viewvc/llvm-project?rev=318449&view=rev
Log:
llvm-objdump: Add missing requires for the test in r313921
This test needs an arm backend in addition to the arm64 one that's
already checked in the test directory.
Modified:
llvm/trunk/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test
Modified: llvm/trunk/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test?rev=318449&r1=318448&r2=318449&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test (original)
+++ llvm/trunk/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test Thu Nov 16 12:20:56 2017
@@ -1,4 +1,5 @@
RUN: llvm-objdump -d -m -no-show-raw-insn -arch all %p/Inputs/fat.macho-armv7s-arm64 | FileCheck %s
+REQUIRES: arm-registered-target
CHECK: (architecture armv7s):
CHECK: bx r12
More information about the llvm-commits
mailing list