[PATCH] D28122: RuntimeDyldELF: implement R_AARCH64_PREL64 reloc

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 28 09:13:10 PST 2016


evgeny777 added a comment.

> is it possible for this to be big-endian?

Looks like **aarch64_be** is one of the targets supported by LLVM. 
Are you saying that reloc values should still be written as little-endian on aarch64_be? If so who will convert them back to host byte order? CPU?


https://reviews.llvm.org/D28122





More information about the llvm-commits mailing list