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

Aditya Nandakumar via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 12:16:47 PDT 2016


Hi Simon

Shouldn’t the hex-displacement test go under the X86 directory? Some of our bots which don’t build X86 backend are failing ‘make check’.

Aditya
> On Mar 17, 2016, at 4:09 AM, Simon Atanasyan via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> 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:
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list