65d62f2f0973c504010d2f455c0606bb3cb96fd4
[oota-llvm.git] / test / MC / ARM / thumb1-relax-adr-local.s
1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
2
3         .global func1
4         adr r0, Lmisaligned
5 Lmisaligned:
6         .word 42
7
8 @ CHECK-ERROR: misaligned pc-relative fixup value
9