[libcxx-commits] [PATCH] D64402: [libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targets

Oliver Stannard (Linaro) via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 9 07:55:13 PDT 2019


ostannard requested changes to this revision.
ostannard added a comment.
This revision now requires changes to proceed.

This won't work for cross-unwinding between a big and little endian system, I think it would be better to load the whole word, and mask out the correct byte.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64402/new/

https://reviews.llvm.org/D64402





More information about the libcxx-commits mailing list