aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/elf-gprel-32-64.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Mips/elf-gprel-32-64.s')
-rw-r--r--test/MC/Mips/elf-gprel-32-64.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Mips/elf-gprel-32-64.s b/test/MC/Mips/elf-gprel-32-64.s
index ae75197..2f5ac66 100644
--- a/test/MC/Mips/elf-gprel-32-64.s
+++ b/test/MC/Mips/elf-gprel-32-64.s
@@ -1,6 +1,9 @@
// RUN: llvm-mc -filetype=obj -triple=mips64el-pc-linux -mcpu=mips64 %s -o - \
// RUN: | llvm-readobj -r \
// RUN: | FileCheck %s
+// RUN: llvm-mc -filetype=obj -triple=mips64-pc-linux -mcpu=mips64 %s -o - \
+// RUN: | llvm-readobj -r \
+// RUN: | FileCheck %s
// Check that the appropriate relocations were created.