brintos

brintos / llvm-project-archived public Read only

0
0
Text · 243 B · a70e148 Raw
9 lines · plain
1// REQUIRES: aarch642// RUN: llvm-mc -filetype=obj -triple=aarch64-unknown-linux %s -o %t.o3// RUN: ld.lld %t.o -o %t4// RUN: llvm-objdump -d %t | FileCheck %s5 6foo = . + 0x11000000000000007// CHECK: adrp x0, 0x2100008adrp x0, :pg_hi21_nc:foo9