11 lines · plain
1@ RUN: not llvm-mc -triple armv7 -filetype asm -o /dev/null %s 2>&1 \2@ RUN: | FileCheck %s -strict-whitespace3 4 .text5 .thumb6 7 .fpu invalid8@ CHECK: error: Unknown FPU name9@ CHECK: .fpu invalid10@ CHECK: ^11 1@ RUN: not llvm-mc -triple armv7 -filetype asm -o /dev/null %s 2>&1 \2@ RUN: | FileCheck %s -strict-whitespace3 4 .text5 .thumb6 7 .fpu invalid8@ CHECK: error: Unknown FPU name9@ CHECK: .fpu invalid10@ CHECK: ^11