brintos

brintos / llvm-project-archived public Read only

0
0
Text · 376 B · 9ee5b32 Raw
12 lines · plain
1@ RUN: not llvm-mc -triple armv7a--none-eabi < %s 2>&1 | FileCheck %s2@ RUN: not llvm-mc -triple thumbv7a--none-eabi < %s 2>&1 | FileCheck %s3 4  msr apsr_c, r05@ CHECK: invalid operand for instruction6  msr cpsr_w, r07@ CHECK: invalid operand for instruction8  msr cpsr_cc, r09@ CHECK: invalid operand for instruction10  msr xpsr_c, r011@ CHECK: invalid operand for instruction12