directive-fpu-diagnostics.s 217 Bytes Raw Blame History Permalink 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: ^