summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-10-25 16:30:05 +0000
committerEd Maste <emaste@freebsd.org>2015-10-25 16:30:05 +0000
commitadd8ee31a4dc927c2025e24249dc2565d3080d9d (patch)
treed99bdcc6e478e9ca3f985b2feccfa9c808a868c7
parent7ba639bdd6fbbffa3b745d1c9d05b1f67a132c82 (diff)
downloadbcm5719-llvm-add8ee31a4dc927c2025e24249dc2565d3080d9d.tar.gz
bcm5719-llvm-add8ee31a4dc927c2025e24249dc2565d3080d9d.zip
Correct relocation type in test header comment
llvm-svn: 251242
-rw-r--r--lld/test/elf/AArch64/rel-adr_prel_lo21.test2
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
OpenPOWER on IntegriCloud