[PATCH] D41386: [libunwind][PPC64] Port to ppc64le - initial version
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 2 14:02:42 PST 2018
mstorsjo added a comment.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D41386
More information about the cfe-commits
mailing list