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

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 19:30:40 PDT 2017


compnerd added a comment.

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).


https://reviews.llvm.org/D39280





More information about the cfe-commits mailing list