[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.

llvm-svn: 360901
This commit is contained in:
Fangrui Song 2019-05-16 14:40:31 +00:00
parent 6dc363ecc1
commit 17624a9aad
1 changed files with 1 additions and 0 deletions

View 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.