diff options
| author | Simon Atanasyan <simon@atanasyan.com> | 2016-12-08 22:10:52 +0000 |
|---|---|---|
| committer | Simon Atanasyan <simon@atanasyan.com> | 2016-12-08 22:10:52 +0000 |
| commit | dccdfac87759ed0fd6628ebd9f8b7144092f6b55 (patch) | |
| tree | b39d7ccf2f42abc32933f052636636c216bdd5df /llvm | |
| parent | 797b0ebf2d313459c01afbcd74f07ee80d316f0c (diff) | |
| download | bcm5719-llvm-dccdfac87759ed0fd6628ebd9f8b7144092f6b55.tar.gz bcm5719-llvm-dccdfac87759ed0fd6628ebd9f8b7144092f6b55.zip | |
[mips] Make the test case more specific and provide OS component of a triple. NFC
llvm-svn: 289117
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/Mips/cpsetup.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/Mips/cpsetup.s b/llvm/test/MC/Mips/cpsetup.s index 149419f8a83..af6caedf007 100644 --- a/llvm/test/MC/Mips/cpsetup.s +++ b/llvm/test/MC/Mips/cpsetup.s @@ -1,21 +1,21 @@ # RUN: llvm-mc -triple mips-unknown-linux -target-abi o32 -filetype=obj -o - %s | \ # RUN: llvm-objdump -d -r - | FileCheck -check-prefixes=ALL,O32 %s -# RUN: llvm-mc -triple mips-unknown-unknown -target-abi o32 %s | \ +# RUN: llvm-mc -triple mips-unknown-linux -target-abi o32 %s | \ # RUN: FileCheck -check-prefixes=ALL,ASM,ASM-O32 %s # RUN: llvm-mc -triple mips64-unknown-linux -target-abi n32 -filetype=obj -o - %s | \ # RUN: llvm-objdump -d -r - | \ # RUN: FileCheck -check-prefixes=ALL,NXX,N32 %s -# RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 %s | \ +# RUN: llvm-mc -triple mips64-unknown-linux -target-abi n32 %s | \ # RUN: FileCheck -check-prefixes=ALL,ASM,ASM-N32 %s # RUN: llvm-mc -triple mips64-unknown-linux %s -filetype=obj -o - | \ # RUN: llvm-objdump -d -r - | \ # RUN: FileCheck -check-prefixes=ALL,NXX,N64 %s -# RUN: llvm-mc -triple mips64-unknown-unknown %s | \ +# RUN: llvm-mc -triple mips64-unknown-linux %s | \ # RUN: FileCheck -check-prefixes=ALL,ASM,ASM-N64 %s .text |

