forked from OSchip/llvm-project
[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:
parent
6dc363ecc1
commit
17624a9aad
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue