[Diffusion] rL285967: Add support for the ARM_THREAD_STATE64 and

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 11:54:04 PDT 2016


chapuni added subscribers: llvm-commits, chapuni.
chapuni added a comment.

It causes failure on i686 (LLVM_BUILD_32_BITS=ON).


/llvm/trunk/include/llvm/Support/MachO.h:1752 Do you suppose that sizeof(arm_thread_state64_t) should be 272 and ARM_THREAD_STATE64_COUNT should be 68?
Then, could you add an explicit padding with uint32_t here, please?

The size differs on i686-linux, 268 and 67.

Users:
  enderby (Author)
  Bigcheese (Auditor)

https://reviews.llvm.org/rL285967





More information about the llvm-commits mailing list