aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/directive-fpu-diagnostics.s
blob: 67c612982219b839267d4e135e4a8b239a0b1fd5 (plain)
1
2
3
4
5
6
7
8
9
10
@ RUN: not llvm-mc -triple armv7 -filetype asm -o /dev/null %s 2>&1 \
@ RUN:     | FileCheck %s -strict-whitespace

	.text
	.thumb

	.fpu invalid
@ CHECK: error: Unknown FPU name
@ CHECK: .fpu invalid
@ CHECK:      ^