[libcxx-commits] [PATCH] D100132: [libunwind][AIX] Initial patch of the unwinder on AIX
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 17 14:07:04 PDT 2021
xingxue updated this revision to Diff 345990.
xingxue added a comment.
Changes:
- Dynamically resolve symbol `__xlcxx_personality_v0` that is the personality for the state table so that `libunwind` does not have hard dependency on `libc++abi` on `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/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.345990.patch
Type: text/x-patch
Size: 41887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210517/da588797/attachment-0001.bin>
More information about the libcxx-commits
mailing list