[all-commits] [llvm/llvm-project] 470f99: Promote nameless lambda used by dl_iterate_phdr to...
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Thu Mar 5 08:56:11 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 470f995a517f5dbb53b1f5cd87ca3c9be0b32d79
https://github.com/llvm/llvm-project/commit/470f995a517f5dbb53b1f5cd87ca3c9be0b32d79
Author: Sterling Augustine <saugustine at google.com>
Date: 2020-03-05 (Thu, 05 Mar 2020)
Changed paths:
M libunwind/src/AddressSpace.hpp
Log Message:
-----------
Promote nameless lambda used by dl_iterate_phdr to named function.
Summary:
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.
Reviewers: mstorsjo, miyuki
Subscribers: krytarowski, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D75637
More information about the All-commits
mailing list