[PATCH] D39280: [libunwind] Use uint64_t for unw_word_t in ARM EHABI

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 21:34:14 PDT 2017


mstorsjo added a comment.

In https://reviews.llvm.org/D39280#908825, @compnerd wrote:

> I dont think that this is correct.  IIRC, the unwind specification expects `unw_word_t` to match `uintptr_t` (that is, it should be 32-bits on https://reviews.llvm.org/P32 environments).


Ok, well currently it doesn't, on 32 bit x86 and ppc at least.


https://reviews.llvm.org/D39280





More information about the cfe-commits mailing list