mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
11 lines
217 B
ArmAsm
11 lines
217 B
ArmAsm
|
@ 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: ^
|