[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git] / test / MC / ARM / inline-asm-diags.ll
blobf71338215548dabfdd0edf5ca2d322ffdeda6ccc
1 ; RUN: not llc -mtriple=armv7-linux -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s
3 module asm ".word 0x10"
4 module asm ".word -bar"
6 ; CHECK: <inline asm>:2:{{[0-9]+}}: error: expected relocatable expression
8 module asm ".word -foo"
9 ; CHECK: <inline asm>:3:{{[0-9]+}}: error: expected relocatable expression