summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/elf_header.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/Mips/elf_header.s')
-rw-r--r--llvm/test/MC/Mips/elf_header.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/Mips/elf_header.s b/llvm/test/MC/Mips/elf_header.s
index a1b0669f766..14136f3112e 100644
--- a/llvm/test/MC/Mips/elf_header.s
+++ b/llvm/test/MC/Mips/elf_header.s
@@ -86,6 +86,10 @@
# RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r6 %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF64,LE,N64,NAN2008,MIPS64R6 %s
# RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=octeon -target-abi=n64 %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF64,LE,N64,NAN1985,OCTEON %s
+# RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux \
+# RUN: -mcpu=octeon+ -target-abi=n64 %s -o - \
+# RUN: | llvm-readobj -h \
+# RUN: | FileCheck --check-prefixes=ALL,ELF64,LE,N64,NAN1985,OCTEON %s
# ALL: ElfHeader {
# ALL-NEXT: Ident {
OpenPOWER on IntegriCloud