summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/cpsetup.s
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2016-04-08 17:55:03 +0000
committerColin LeMahieu <colinl@codeaurora.org>2016-04-08 17:55:03 +0000
commitc49723bd273c9d89d3b9556567a961116b776afd (patch)
treee10c4294cc9753392198ab41950c92005fb03e10 /test/MC/Mips/cpsetup.s
parent62e3955adf9c3ee5d37aec6b5f89f772300f5bf6 (diff)
[llvm-objdump] Printing hex instead of dec by default
Differential Revision: http://reviews.llvm.org/D18770 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/cpsetup.s')
-rw-r--r--test/MC/Mips/cpsetup.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/Mips/cpsetup.s b/test/MC/Mips/cpsetup.s
index 95d84d95d851..2159624d46d4 100644
--- a/test/MC/Mips/cpsetup.s
+++ b/test/MC/Mips/cpsetup.s
@@ -1,19 +1,19 @@
# RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 -filetype=obj -o - %s | \
-# RUN: llvm-objdump -d -r -arch=mips64 - | \
+# RUN: llvm-objdump --print-imm-hex=false -d -r -arch=mips64 - | \
# RUN: FileCheck -check-prefix=ALL -check-prefix=O32 %s
# RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 %s | \
# RUN: FileCheck -check-prefix=ALL -check-prefix=ASM %s
# RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 -filetype=obj -o - %s | \
-# RUN: llvm-objdump -d -r -t -arch=mips64 - | \
+# RUN: llvm-objdump --print-imm-hex=false -d -r -t -arch=mips64 - | \
# RUN: FileCheck -check-prefix=ALL -check-prefix=NXX -check-prefix=N32 %s
# RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 %s | \
# RUN: FileCheck -check-prefix=ALL -check-prefix=ASM %s
# RUN: llvm-mc -triple mips64-unknown-unknown %s -filetype=obj -o - | \
-# RUN: llvm-objdump -d -r -t -arch=mips64 - | \
+# RUN: llvm-objdump --print-imm-hex=false -d -r -t -arch=mips64 - | \
# RUN: FileCheck -check-prefix=ALL -check-prefix=NXX -check-prefix=N64 %s
# RUN: llvm-mc -triple mips64-unknown-unknown %s | \