[all-commits] [llvm/llvm-project] d93371: Promote nameless lambda used by dl_iterate_phdr to...
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Tue Mar 3 09:14:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d93371238e7f5d5f9c506a88cf4f05f8dea9d008
https://github.com/llvm/llvm-project/commit/d93371238e7f5d5f9c506a88cf4f05f8dea9d008
Author: Sterling Augustine <saugustine at google.com>
Date: 2020-03-03 (Tue, 03 Mar 2020)
Changed paths:
M libunwind/src/AddressSpace.hpp
Log Message:
-----------
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.
Summary: [Refactor] Promote nameless lambda to fully named function, allowing easy replacement in following patch.
Subscribers: krytarowski, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D75480
More information about the All-commits
mailing list