Index: test/MC/Mips/cpsetup.s =================================================================== --- test/MC/Mips/cpsetup.s +++ test/MC/Mips/cpsetup.s @@ -1,7 +1,7 @@ -# RUN: llvm-mc -triple mips-unknown-linux -mabi=o32 -filetype=obj -o - %s | \ +# RUN: llvm-mc -triple mips64-unknown-linux -mabi=o32 -filetype=obj -o - %s | \ # RUN: llvm-objdump -d -r - | FileCheck -check-prefixes=ALL,O32 %s -# RUN: llvm-mc -triple mips-unknown-linux -mabi=o32 %s | \ +# RUN: llvm-mc -triple mips64-unknown-linux -mabi=o32 %s | \ # RUN: FileCheck -check-prefixes=ALL,ASM,ASM-O32 %s # RUN: llvm-mc -triple mips64-unknown-linux -mabi=n32 -filetype=obj -o - %s | \