[PATCH] D80690: [RISCV] Support libunwind for riscv32

kamlesh kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 07:02:38 PDT 2020


kamleshbhalui updated this revision to Diff 266853.
kamleshbhalui removed a reviewer: libunwind.
kamleshbhalui added a comment.

defined  _LIBUNWIND_CURSOR_SIZE
for all these below variants
ILP32 + "f" : xlen = 32, flen = 32   ===> 39
ILP32 + "fd" : xlen = 32, flen = 64  ===>55
LP64 + "f" : xlen = 64, flen = 32    ====>60
LP64 + "fd" : xlen = 64, flen = 64  ====>76 (was already done.)


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

https://reviews.llvm.org/D80690

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80690.266853.patch
Type: text/x-patch
Size: 17848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/0866fa40/attachment-0001.bin>


More information about the llvm-commits mailing list