[llvm] r360901 - [llvm-objdump] Add "REQUIES: x86-registered-target" to section-filter.test after rL360893

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 07:40:31 PDT 2019


Author: maskray
Date: Thu May 16 07:40:31 2019
New Revision: 360901

URL: http://llvm.org/viewvc/llvm-project?rev=360901&view=rev
Log:
[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.

Modified:
    llvm/trunk/test/tools/llvm-objdump/section-filter.test

Modified: llvm/trunk/test/tools/llvm-objdump/section-filter.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/section-filter.test?rev=360901&r1=360900&r2=360901&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/section-filter.test (original)
+++ llvm/trunk/test/tools/llvm-objdump/section-filter.test Thu May 16 07:40:31 2019
@@ -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.




More information about the llvm-commits mailing list