summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump
diff options
context:
space:
mode:
authorMichael Trent <mtrent@apple.com>2019-12-20 17:36:38 -0800
committerMichael Trent <mtrent@apple.com>2019-12-20 17:40:37 -0800
commitb4dfa74a5d80b3602a5315fac2ef5f98b0e63708 (patch)
tree270d9ea7448352d82c5d7b67e52ab2d1d296695c /llvm/test/tools/llvm-objdump
parentdcda6be7579c031fc95c8e177e00468413b21c30 (diff)
downloadbcm5719-llvm-b4dfa74a5d80b3602a5315fac2ef5f98b0e63708.tar.gz
bcm5719-llvm-b4dfa74a5d80b3602a5315fac2ef5f98b0e63708.zip
Constrain the macho-stabs test added in f72d001e099 to run on systems configured with an x86 backend.
Summary: This fixes a failure on the Builder clang-cmake-armv7-quick bot. Reviewers: lhames, jhenderson Reviewed By: lhames Subscribers: kristof.beyls, rupprecht, seiya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D71792
Diffstat (limited to 'llvm/test/tools/llvm-objdump')
-rw-r--r--llvm/test/tools/llvm-objdump/macho-stabs.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objdump/macho-stabs.test b/llvm/test/tools/llvm-objdump/macho-stabs.test
index e2cdc679600..55394e133fd 100644
--- a/llvm/test/tools/llvm-objdump/macho-stabs.test
+++ b/llvm/test/tools/llvm-objdump/macho-stabs.test
@@ -1,2 +1,3 @@
# RUN: llvm-objdump --syms %p/Inputs/macho-stabs-x86_64
# RUN: llvm-objdump -D %p/Inputs/macho-stabs-x86_64
+# REQUIRES: x86-registered-target
OpenPOWER on IntegriCloud