brintos

brintos / llvm-project-archived public Read only

0
0
Text · 559 B · ce0b480 Raw
14 lines · plain
1# RUN: not llvm-mc -triple=mips-unknown-linux-gnu %s 2>&1 | FileCheck %s2# RUN: not llvm-mc -triple=mips64-unknown-linux-gnuabin32 %s 2>&1 | FileCheck %s3# RUN: not llvm-mc -triple=mips64-unknown-linux-gnu %s 2>&1 | FileCheck %s4 5  .text6  .cpadd $327# CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: invalid register8  .cpadd $foo9# CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: expected register10  .cpadd bar11# CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: expected register12  .cpadd $25 foobar13# CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected token, expected end of statement14