[libcxx-commits] [PATCH] D107996: [libunwind] Rename UNW_ARM64_* to UNW_AARCH64_*
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 12 14:18:22 PDT 2021
MaskRay created this revision.
MaskRay added reviewers: libunwind, compnerd.
Herald added subscribers: libcxx-commits, kristof.beyls.
Herald added a project: libunwind.
Herald added 1 blocking reviewer(s): libunwind.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The original libunwind project defines UNW_AARCH64_* instead of UNW_ARM64_*.
Rename the enum members to match. This allows some applications with simple
`unw_init_local` usage to migrate to llvm-project libunwind.
Not sure keeping UNW_ARM64_* has any compatibility importance.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107996
Files:
libunwind/include/libunwind.h
libunwind/src/CompactUnwinder.hpp
libunwind/src/DwarfInstructions.hpp
libunwind/src/DwarfParser.hpp
libunwind/src/Registers.hpp
libunwind/src/Unwind-seh.cpp
libunwind/src/UnwindCursor.hpp
libunwind/test/libunwind_01.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107996.366098.patch
Type: text/x-patch
Size: 29172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210812/d31eaf89/attachment-0001.bin>
More information about the libcxx-commits
mailing list