[Assembler] Allow non-fatal errors after parsing
[oota-llvm.git] / test / MC / ARM / thumb1-relax-ldrlit-local-behind.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 Lhere:
4         ldr r0, Lhere
5
6 @ CHECK-ERROR: out of range pc-relative fixup value
7