mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
[mips] Make the test case more specific and provide OS component of a triple. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8133f26e49
commit
b99cfea378
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user