[PATCH] D27308: ELF/AArch64: Fix R_AARCH64_LDST16_ABS_LO12_NC mask
Meador Inge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 11:02:53 PST 2016
meadori added a comment.
LGTM. It is constant with my understanding of: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0056b/IHI0056B_aaelf64.pdf
In looking at the surrounding similar relocations, shouldn't `R_AARCH64_LDST128_ABS_LO12_NC` be `0xFF0`?
Repository:
rL LLVM
https://reviews.llvm.org/D27308
More information about the llvm-commits
mailing list