[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AArch64 / macho-adrp-missing-reloc.s
blobf94ca2094d3f6c8e52429cecf8bf035c6d4447a3
1 ; RUN: not llvm-mc < %s -triple arm64-apple-darwin -filetype=obj -o - 2>&1 | FileCheck %s
3 ; CHECK: error: ADR/ADRP relocations must be GOT relative
4 adrp x3, Lbar
5 Lbar:
6 ret