[PATCH] D39365: [libunwind] Change unw_word_t to always have the same size as the pointer size

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 30 09:49:32 PDT 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D39365#909912, @compnerd wrote:

> @rnk given that the remote unwinder is completely unimplemented ATM, I think that this isn't a big concern.  I'm not sure that this makes anything worse, but I do feel that it is making things better (especially since `RemoteAddressSpace` is currently mostly just a '// FIXME: implement').


Sounds good to me, just wanted to check. :)


https://reviews.llvm.org/D39365





More information about the cfe-commits mailing list