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

Tim Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 2 14:06:15 PST 2018


timshen added a comment.

In https://reviews.llvm.org/D41386#966189, @mstorsjo wrote:

> In https://reviews.llvm.org/D41386#966187, @timshen wrote:
>
> > The static_assert on line 1189 fails with the following build on x86:
> >
> >   cmake -GNinja -DLIBUNWIND_ENABLE_CROSS_UNWINDING=ON -DLLVM_PATH=$PATH_TO_LLVM $PATH_TO_LIBUNWIND && ninja libunwind.a
> >   
> >
> > It seems that 136 in `# define _LIBUNWIND_CONTEXT_SIZE 136` is too small. Reverting the patch for now.
>
>
> Actually, I can fix this directly without having to revert, if you give me a couple minutes.


Ah sorry, didn't see this earlier. It's already reverted. :(


Repository:
  rL LLVM

https://reviews.llvm.org/D41386





More information about the cfe-commits mailing list