Revert "[ARM] Generate ABI_optimization_goals build attribute, as described in the...
[oota-llvm.git] / test / MC / ARM / directive-fpu-diagnostics.s
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:      ^