[PATCH] D77359: [libunwind] add hexagon support

Brian Cain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 22:40:07 PDT 2020


bcain updated this revision to Diff 256188.
bcain retitled this revision from "[libunwind] --draft-- add hexagon support" to "[libunwind] add hexagon support".
bcain added a comment.

- Remove `encoding == DW_EH_PE_omit` guard from getEncodedP()
- Remove __hexagon__ changes from findFDE()
- Fix hexagon unw_getcontext definition, declaration in UnwindRegistersSave.S


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77359

Files:
  libunwind/include/__libunwind_config.h
  libunwind/include/libunwind.h
  libunwind/src/Registers.hpp
  libunwind/src/UnwindCursor.hpp
  libunwind/src/UnwindRegistersRestore.S
  libunwind/src/UnwindRegistersSave.S
  libunwind/src/config.h
  libunwind/src/libunwind.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77359.256188.patch
Type: text/x-patch
Size: 12622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/22776f5e/attachment.bin>


More information about the llvm-commits mailing list