Home | History | Annotate | Download | only in AArch64
      1 ; RUN: not llvm-mc < %s -triple arm64-apple-darwin -filetype=obj -o - 2>&1 | FileCheck %s
      2 
      3 ; CHECK: error: ADR/ADRP relocations must be GOT relative
      4   adrp x3, Lbar
      5 Lbar:
      6   ret
      7