9566f8afa1770ebe56b8ba523453cd172fa9c003
[oota-llvm.git] / test / MC / ARM / thumb1-relax-ldrlit-local-misaligned.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 _func1:
5         ldr r0, L_misaligned
6 L_misaligned:
7         .word 42
8
9 @ CHECK-ERROR: misaligned pc-relative fixup value
10