[libcxx-commits] [PATCH] D84677: [libunwind] Remove old keymgr related logic
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 27 10:03:55 PDT 2020
ldionne created this revision.
ldionne added a reviewer: kledzik.
Herald added subscribers: libcxx-commits, llvm-commits, dexonsmith, jkorous.
Herald added projects: LLVM, libunwind.
Herald added a reviewer: libunwind.
keymgr used to be used on MacOSX <= 10.6, however we don't build libunwind
from scratch for such old systems anymore. Hence, this code isn't useful
anymore.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84677
Files:
libunwind/src/AddressSpace.hpp
libunwind/src/Unwind_AppleExtras.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84677.280961.patch
Type: text/x-patch
Size: 3493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200727/d7e39385/attachment.bin>
More information about the libcxx-commits
mailing list