[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 13:57:04 PST 2018


timshen added a comment.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D41386





More information about the cfe-commits mailing list