summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/micromips-el-fixup-data.s
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-06-03 10:22:22 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-06-03 10:22:22 +0000
commitc61ed35df1997dbb36b175133b39e9c39587ae8f (patch)
tree8606b63065373e4bcf87c92db0a4e7f79ca90b4c /test/MC/Mips/micromips-el-fixup-data.s
parentf1c11c6ddb8c98f4182c9d82dd530e9193179dc7 (diff)
[mips] Remove CPU-only triples from llvm-objdump commands.
Summary: They aren't necessary since llvm-objdump can auto-detect the architecture. Reviewers: sdardis Subscribers: jfb, dsanders, llvm-commits, sdardis Differential Revision: http://reviews.llvm.org/D20904 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271653 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/micromips-el-fixup-data.s')
-rw-r--r--test/MC/Mips/micromips-el-fixup-data.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Mips/micromips-el-fixup-data.s b/test/MC/Mips/micromips-el-fixup-data.s
index 47538356bf37..34eb7f8d4eec 100644
--- a/test/MC/Mips/micromips-el-fixup-data.s
+++ b/test/MC/Mips/micromips-el-fixup-data.s
@@ -1,6 +1,6 @@
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 \
# RUN: -mattr=+micromips 2>&1 -filetype=obj > %t.o
-# RUN: llvm-objdump %t.o -triple mipsel -mattr=+micromips -d | FileCheck %s
+# RUN: llvm-objdump %t.o -mattr=+micromips -d | FileCheck %s
# Check that fixup data is written in the microMIPS specific little endian
# byte order.