You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// RUN: llvm-mc -triple=aarch64-linux-gnu -filetype=obj -o - %s | llvm-readobj -r - | FileCheck %s
|
|
|
|
// CHECK: R_AARCH64_ADR_PREL_PG_HI21_NC sym
|
|
adrp x0, :pg_hi21_nc:sym
|
|
|
|
.globl sym
|
|
sym:
|