brintos

brintos / llvm-project-archived public Read only

0
0
Text · 315 B · 07f9e04 Raw
11 lines · plain
1// REQUIRES: aarch642// RUN: llvm-mc -filetype=obj -triple=aarch64-pc-freebsd %S/Inputs/abs.s -o %tabs3// RUN: llvm-mc -filetype=obj -triple=aarch64-pc-freebsd %s -o %t4// RUN: not ld.lld %tabs %t -o /dev/null 2>&1 | FileCheck %s5 6.globl _start7_start:8adrp x0, big9 10#CHECK: R_AARCH64_ADR_PREL_PG_HI21 out of range11