[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git] / lld / test / ELF / aarch64-hi21-nc.s
bloba70e1482b4629909d99c5c04354e03a029b359cd
1 // REQUIRES: aarch64
2 // RUN: llvm-mc -filetype=obj -triple=aarch64-unknown-linux %s -o %t.o
3 // RUN: ld.lld %t.o -o %t
4 // RUN: llvm-objdump -d %t | FileCheck %s
6 foo = . + 0x1100000000000000
7 // CHECK: adrp x0, 0x210000
8 adrp x0, :pg_hi21_nc:foo