brintos

brintos / llvm-project-archived public Read only

0
0
Text · 217 B · 67c6129 Raw
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