15 lines · plain
1@ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype=obj -o - 2> %t.err > %t2@ RUN: FileCheck --check-prefix=CHECK-ERROR < %t.err %s3@ rdar://155867254.text5 ldr r3, L___fcommon6.section myseg, mysect7L___fcommon: 8 .word 09 10c:11 .word a - b12@ CHECK-ERROR: symbol 'a' can not be undefined in a subtraction expression13 .word c - b14@ CHECK-ERROR: symbol 'b' can not be undefined in a subtraction expression15