14 lines · plain
1@ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \2@ RUN: | FileCheck -check-prefix CHECK-ERROR %s3 4 .syntax unified5 .thumb6 7 .align 28 .global constant_overflow9 .type constant_overflow,%function10constant_overflow:11 .inst.n 1 << 3112@ CHECK-ERROR: inst.n operand is too big, use inst.w instead13 14