[libcxx-commits] [PATCH] D75705: Split findUnwindSectionsByPhdr into target-specific functions.
Sterling Augustine via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 5 12:07:10 PST 2020
saugustine created this revision.
saugustine added reviewers: compnerd, miyuki, mstorsjo.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
This further cleans up the control flow and makes it easier to
optimize and replace portions in a subsequent patch.
This should be NFC, but given the amount of #ifdeffing here,
it may not be. So will watch the buildbots closely.
Also, as this is purely moving existing code around, I plan to
ignore the lint errors.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75705
Files:
libunwind/src/AddressSpace.hpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75705.248565.patch
Type: text/x-patch
Size: 3126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200305/a9983dbf/attachment.bin>
More information about the libcxx-commits
mailing list