[PATCH] D86768: [libunwind] Replace chain-of-ifdefs for dl_iterate_phdr
Ryan Prichard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 28 00:53:00 PDT 2020
rprichard created this revision.
rprichard added reviewers: compnerd, mstorsjo.
Herald added subscribers: libcxx-commits, llvm-commits, kristof.beyls.
Herald added projects: LLVM, libunwind.
Herald added a reviewer: libunwind.
rprichard requested review of this revision.
Define a _LIBUNWIND_USE_DL_ITERATE_PHDR macro in config.h when there is
no other unwind info lookup method. Also define a
_LIBUNWIND_USE_DL_UNWIND_FIND_EXIDX macro to factor out
(__BIONIC__ and _LIBUNWIND_ARM_EHABI).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86768
Files:
libunwind/src/AddressSpace.hpp
libunwind/src/config.h
libunwind/test/frameheadercache_test.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86768.288542.patch
Type: text/x-patch
Size: 6409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200828/e8a710c2/attachment.bin>
More information about the llvm-commits
mailing list