comparison test/MC/Mips/nooddspreg.s @ 85:5e5d649e25d2

Update LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Thu, 19 Feb 2015 15:19:25 +0900
parents 60c9769439b8
children 1172e4bd9c6f
comparison
equal deleted inserted replaced
82:e218c19a8176 85:5e5d649e25d2
3 # 3 #
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \ 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -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 2> %t1 8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 2> %t1
9 # RUN: FileCheck %s -check-prefix=INVALID < %t1 9 # RUN: FileCheck %s -check-prefix=INVALID < %t1
10 # 10 #
11 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 2> %t2 11 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 2> %t2
12 # RUN: FileCheck %s -check-prefix=INVALID < %t2 12 # RUN: FileCheck %s -check-prefix=INVALID < %t2
13 # 13 #