[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 08:24:23 PDT 2019


ostannard accepted this revision.
ostannard added a comment.
This revision is now accepted and ready to land.

Actually, I think cross-unwinding with EHABI is already completely broken, because we are doing raw memory accesses (not using the AddressSpace), so this is fine.


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