[llvm] r263708 - [llvm-objdump] Add REQUIRES x86 directive to fix buildbots

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 04:09:21 PDT 2016


Author: atanasyan
Date: Thu Mar 17 06:09:21 2016
New Revision: 263708

URL: http://llvm.org/viewvc/llvm-project?rev=263708&view=rev
Log:
[llvm-objdump] Add REQUIRES x86 directive to fix buildbots

Modified:
    llvm/trunk/test/tools/llvm-objdump/hex-displacement.test

Modified: llvm/trunk/test/tools/llvm-objdump/hex-displacement.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/hex-displacement.test?rev=263708&r1=263707&r2=263708&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/hex-displacement.test (original)
+++ llvm/trunk/test/tools/llvm-objdump/hex-displacement.test Thu Mar 17 06:09:21 2016
@@ -1,6 +1,7 @@
 # Check that target displacement has '0x' prefix
 # to accent hex format of the number.
 
+# REQUIRES: x86
 # RUN: llvm-objdump -d %p/Inputs/export.dll.coff-i386 | FileCheck %s
 
 # CHECK:      exportfn2:




More information about the llvm-commits mailing list