From cbf82cceacf401ccdc6087d6935b65e350af19ad Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Thu, 16 Nov 2017 20:20:56 +0000 Subject: [PATCH] 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. llvm-svn: 318449 --- llvm/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test b/llvm/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test index 69ff2543..19db06c 100644 --- a/llvm/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test +++ b/llvm/test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test @@ -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 -- 2.7.4