ELF/AArch64: Simplify R_AARCH64_ADD_ABS_LO12_NC relocation
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 5 Dec 2016 14:15:03 +0000 (14:15 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 5 Dec 2016 14:15:03 +0000 (14:15 +0000)
commitdf310646d891f9f5c20c0cb8449ed4a61ad21f48
tree89820ce77f454b37d2d713134dd73fd0e4d5ff79
parent6afe128ae59a85b4809245f42764767cada89537
ELF/AArch64: Simplify R_AARCH64_ADD_ABS_LO12_NC relocation

This patch uses the updateAArch64Add on relocation apply and remove
the comment.

llvm-svn: 288669
lld/ELF/Target.cpp