[PATCH] D28122: RuntimeDyldELF: implement R_AARCH64_PREL64 reloc

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 04:46:35 PST 2017


evgeny777 added a comment.

> I think you may want to send reviews for fixing the tests/bugs in the existing BE relocations

Sorry I've misinformed you: A64 instructions are always little-endian. The difference occurs only for data relocations: ABS32/64 and PREL32/64. I've added all missing test cases in r291438


https://reviews.llvm.org/D28122





More information about the llvm-commits mailing list