]> granicus.if.org Git - llvm/commitdiff
[llvm-objdump] Add "REQUIES: x86-registered-target" to section-filter.test after...
authorFangrui Song <maskray@google.com>
Thu, 16 May 2019 14:40:31 +0000 (14:40 +0000)
committerFangrui Song <maskray@google.com>
Thu, 16 May 2019 14:40:31 +0000 (14:40 +0000)
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

index a2cff1a4d509b30b05a3d3b89e100f85addcc3c8..7b46cba1c8606f4a118d2547a7ef2e9c9b8676e1 100644 (file)
@@ -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.