[PATCH] D41386: [libunwind][PPC64] Port to ppc64le - initial version

Leandro Lupori via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 19 06:20:26 PST 2017


luporl marked 3 inline comments as done.
luporl added inline comments.


================
Comment at: src/libunwind.cpp:84
 #ifdef UNW_REMOTE
+//TODO: add powerpc64 support
 /// Create a cursor into a thread in another process.
----------------
mstorsjo wrote:
> Why this comment here? Remote unwinding is unimplemented in libunwind, and I don't see how a ppc64 specific comment is needed here?
Right, I thought that maybe only ppc64 had to be added here, but as remote unwinding is unimplemented there is really no need for a ppc64 specific comment here.


https://reviews.llvm.org/D41386





More information about the cfe-commits mailing list