[PATCH] D100132: [libunwind][AIX] implementation of the unwinder for AIX

Xing Xue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 14:29:46 PST 2022


xingxue updated this revision to Diff 405413.
xingxue marked 6 inline comments as done.
xingxue edited the summary of this revision.
xingxue added a comment.

Addressed comments:

- Remove the cursor size definition for building with AIX GCC for now because it is not enabled yet;
- Use the C++ style cast rather than C style cast;
- Be consistent with the surrounding area's formatting.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100132

Files:
  libunwind/include/libunwind.h
  libunwind/include/unwind.h
  libunwind/src/AddressSpace.hpp
  libunwind/src/CMakeLists.txt
  libunwind/src/Registers.hpp
  libunwind/src/UnwindCursor.hpp
  libunwind/src/UnwindLevel1-gcc-ext.c
  libunwind/src/UnwindLevel1.c
  libunwind/src/UnwindRegistersRestore.S
  libunwind/src/UnwindRegistersSave.S
  libunwind/src/Unwind_AIXExtras.cpp
  libunwind/src/assembly.h
  libunwind/src/config.h
  libunwind/src/libunwind.cpp
  libunwind/src/libunwind_ext.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100132.405413.patch
Type: text/x-patch
Size: 48326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220202/19a506a9/attachment.bin>


More information about the llvm-commits mailing list