brintos

brintos / llvm-project-archived public Read only

0
0
Text · 301 B · e68595b Raw
13 lines · plain
1@ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \2@ RUN:   | FileCheck %s3 4	.cpu armv75 6	.type double_diagnostics,%function7double_diagnostics:8	.word invalid(invalid) + 329 10@ CHECK: error: invalid variant 'invalid'11@ CHECK-NOT: error: unexpected token at start of statement12 13