[PATCH] D49665: [MIPS] ORC JIT support

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 11:43:22 PDT 2018


lhames added a comment.

Hi Luca,

Sorry for the delay. I am reading through this now, but the first thing I notice is that we cannot change from uint64_t to uintptr_t. ORC is meant to work across platforms, and that includes compiling (and holding addresses of) 64-bit code on 32-bit platforms where the a uintptr_t would only be 32-bits.

What endianness bugs are you seeing?

Cheers,
Lang.


Repository:
  rL LLVM

https://reviews.llvm.org/D49665





More information about the llvm-commits mailing list