[libcxx-commits] [PATCH] D75637: Promote nameless lambda used by dl_iterate_phdr to named function.
Sterling Augustine via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 4 12:57:14 PST 2020
saugustine created this revision.
saugustine added reviewers: mstorsjo, miyuki.
Herald added subscribers: libcxx-commits, krytarowski.
Herald added a project: libc++.
This cleans up control flow inside findUnwindSections, and will make
it easier to replace this code in a following patch. Also, expose the
data structure to allow use by a future replacment function.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75637
Files:
libunwind/src/AddressSpace.hpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75637.248287.patch
Type: text/x-patch
Size: 8962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200304/1ae16be0/attachment.bin>
More information about the libcxx-commits
mailing list