diff options
-rw-r--r-- | lld/test/elf/AArch64/rel-adr_prel_lo21.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/AArch64/rel-adr_prel_lo21.test b/lld/test/elf/AArch64/rel-adr_prel_lo21.test index 057ed25ded9..9d7880caf66 100644 --- a/lld/test/elf/AArch64/rel-adr_prel_lo21.test +++ b/lld/test/elf/AArch64/rel-adr_prel_lo21.test @@ -1,6 +1,6 @@ # REQUIRES: arm64 -# Check handling of R_AARCH64_ADR_PREL_PG_HI21 relocation. +# Check handling of R_AARCH64_ADR_PREL_LO21 relocation. # RUN: yaml2obj -format=elf %s > %t-obj # RUN: lld -flavor gnu -target arm64 -o %t-exe %t-obj # RUN: llvm-objdump -d -t %t-exe | FileCheck %s |