summaryrefslogtreecommitdiffstats
path: root/lld/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-02-24 21:48:06 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-02-24 21:48:06 +0000
commit47ed542328676a01b694de6a8d893723c3fdb7a1 (patch)
treef03c79a4de436d64b7431983c6cd4ffbf465f28d /lld/test
parent47c03462f52a13ba79ac257e7de88a74dd23f5d7 (diff)
downloadbcm5719-llvm-47ed542328676a01b694de6a8d893723c3fdb7a1.tar.gz
bcm5719-llvm-47ed542328676a01b694de6a8d893723c3fdb7a1.zip
Mark R_AARCH64_ADD_ABS_LO12_NC as relative.
llvm-svn: 261772
Diffstat (limited to 'lld/test')
-rw-r--r--lld/test/ELF/aarch64-relative.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/aarch64-relative.s b/lld/test/ELF/aarch64-relative.s
index 11014efc2b1..6d8e19f8c02 100644
--- a/lld/test/ELF/aarch64-relative.s
+++ b/lld/test/ELF/aarch64-relative.s
@@ -6,6 +6,7 @@
strb w9, [x8, :lo12:.Lfoo]
ldr w0, [x8, :lo12:.Lfoo]
ldr x0, [x8, :lo12:.Lfoo]
+ add x0, x0, :lo12:.Lfoo
.data
.Lfoo:
OpenPOWER on IntegriCloud