[PATCH] D77359: [libunwind] add hexagon support
Brian Cain via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 8 22:40:08 PDT 2020
bcain added a comment.
In D77359#1971150 <https://reviews.llvm.org/D77359#1971150>, @bcain wrote:
> - Remove `encoding == DW_EH_PE_omit` guard from getEncodedP()
> - Remove __hexagon__ changes from findFDE()
> - Fix hexagon unw_getcontext definition, declaration in UnwindRegistersSave.S
I did not apply changes from git-clang-format. When I did, it looked like the style no longer matched the neighboring code. I can happily add it in but it seems like we should consider localizing the specified style for libunwind or applying the llvm style to the entire content.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77359/new/
https://reviews.llvm.org/D77359
More information about the llvm-commits
mailing list