From 1c6182a0dd34b86f1efe92b7fd0f3a6e737fb114 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 16 May 2019 14:40:31 +0000 Subject: [PATCH] [llvm-objdump] Add "REQUIES: x86-registered-target" to section-filter.test after rL360893 Appease the hexagon buildbot that doesn't build X86. Disassemblers require Target/X86 support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360901 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-objdump/section-filter.test | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tools/llvm-objdump/section-filter.test b/test/tools/llvm-objdump/section-filter.test index a2cff1a4d50..7b46cba1c86 100644 --- a/test/tools/llvm-objdump/section-filter.test +++ b/test/tools/llvm-objdump/section-filter.test @@ -1,3 +1,4 @@ +# REQUIRES: x86-registered-target ## Test that --section works correctly for -h. ## We test the LMA here too, because the code at the time of writing uses the ## value of --section when looking up section LMAs. -- 2.50.1