Mercurial > hg > CbC > CbC_llvm
comparison test/MC/Mips/nooddspreg-cmdarg.s @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 54457678186b |
children | 1172e4bd9c6f |
comparison
equal
deleted
inserted
replaced
78:af83660cff7b | 83:60c9769439b8 |
---|---|
3 # | 3 # |
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,+nooddspreg -filetype=obj -o - | \ | 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,+nooddspreg -filetype=obj -o - | \ |
5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \ | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \ |
6 # RUN: FileCheck %s -check-prefix=CHECK-OBJ | 6 # RUN: FileCheck %s -check-prefix=CHECK-OBJ |
7 | 7 |
8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -mattr=-n64,+n32,+nooddspreg 2> %t0 | 8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -mattr=+nooddspreg 2> %t0 |
9 # RUN: FileCheck %s -check-prefix=INVALID < %t0 | 9 # RUN: FileCheck %s -check-prefix=INVALID < %t0 |
10 # | 10 # |
11 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -mattr=+nooddspreg 2> %t0 | 11 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -mattr=+nooddspreg 2> %t0 |
12 # RUN: FileCheck %s -check-prefix=INVALID < %t0 | 12 # RUN: FileCheck %s -check-prefix=INVALID < %t0 |
13 # | 13 # |