[PATCH] D100132: [libunwind][AIX] implementation of the unwinder for AIX
Xing Xue via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 15 14:39:58 PDT 2021
xingxue updated this revision to Diff 352241.
xingxue marked 6 inline comments as done.
xingxue added a comment.
Addressed comments:
- Guarded out `powerpc64` macros not needed by `AIX`.
- Renamed `DEFINE_LIBUNWIND_FUNCTION_AND_WEAKALIAS` to `DEFINE_LIBUNWIND_FUNCTION_AND_WEAK_ALIAS`.
- Removed `.toc` pseudo op from macros definitions in `<assembly.h>` and specified it in assembly files instead.
- Enabled the prototype of `_Unwind_GetDataRelBase` in `<unwind.h>` for `AIX`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100132/new/
https://reviews.llvm.org/D100132
Files:
libunwind/include/__libunwind_config.h
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.352241.patch
Type: text/x-patch
Size: 43759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210615/8560f138/attachment-0001.bin>
More information about the llvm-commits
mailing list