1@ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype=obj -o - 2> %t.err > %t 2@ RUN: FileCheck --check-prefix=CHECK-ERROR < %t.err %s 3 4.text 5.space 0x1029eb8 6 7fn: 8 movw r0, :lower16:(fn2-L1) 9 andeq r0, r0, r0 10L1: 11 andeq r0, r0, r0 12 13fn2: 14 15@ CHECK-ERROR: error: can not encode offset '0x1029EB8' in resulting scattered relocation. 16