Skip to content

Commit

Permalink
[llvm-objdump] Add REQUIRES x86 directive to fix buildbots
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263708 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atanasyan committed Mar 17, 2016
1 parent bfc21a3 commit d79846f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tools/llvm-objdump/hex-displacement.test
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d79846f

Please sign in to comment.