[libcxx-commits] [PATCH] D75480: Promote nameless lambda used by dl_iterate_phdr to named function to clean up control flow inside findUnwindSections. Also, expose the data structureto allow use by a future replacment function.

Sterling Augustine via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 2 14:56:34 PST 2020


saugustine created this revision.
Herald added subscribers: libcxx-commits, krytarowski.
Herald added a project: libc++.
saugustine retitled this revision from "Promote nameless lambda used by dl_iterate_phdr to named function to clean up control flow inside findUnwindSections. Also, expose the data structure
to allow use by a future replacment function." to "Promote nameless lambda used by dl_iterate_phdr to named function to clean up control flow inside findUnwindSections. Also, expose the data structureto allow use by a future replacment function.".
Herald added a reviewer: mclow.lists.
saugustine added a reviewer: kledzik.
saugustine added a reviewer: MaskRay.

[Refactor] Promote nameless lambda to fully named function, allowing easy replacement in following patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75480

Files:
  libunwind/src/AddressSpace.hpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75480.247728.patch
Type: text/x-patch
Size: 8211 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200302/1bd75ee5/attachment.bin>


More information about the libcxx-commits mailing list