xref: /aosp_15_r20/external/llvm/test/MC/ARM/directive-fpu-diagnostics.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1@ RUN: not llvm-mc -triple armv7 -filetype asm -o /dev/null %s 2>&1 \
2@ RUN:     | FileCheck %s -strict-whitespace
3
4	.text
5	.thumb
6
7	.fpu invalid
8@ CHECK: error: Unknown FPU name
9@ CHECK: .fpu invalid
10@ CHECK:      ^
11