[libcxx-commits] [PATCH] D64402: [libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targets
Momchil Velikov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 9 07:55:13 PDT 2019
chill accepted this revision.
chill added a comment.
LGTM, that's what EHABI spec says:
> 9.2 Exception-handling table entries
> ...
> Unwinding instruction bytes are executed in order of significance within their containing word (most significant byte
> first) and in increasing word address order. An implicit Finish instruction is assumed to be positioned after all the
> explicitly present instructions.
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