[all-commits] [llvm/llvm-project] 4cd093: [libunwind] Remove compatibility support for macOS...
Steven Wu via All-commits
all-commits at lists.llvm.org
Mon Aug 17 14:10:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4cd09374cdb163573007ccb402f5ba8970eb6134
https://github.com/llvm/llvm-project/commit/4cd09374cdb163573007ccb402f5ba8970eb6134
Author: Steven Wu <stevenwu at apple.com>
Date: 2020-08-17 (Mon, 17 Aug 2020)
Changed paths:
M libunwind/src/AddressSpace.hpp
Log Message:
-----------
[libunwind] Remove compatibility support for macOS 10.6
Remove `_dyld_find_unwind_sections` implementation for macOS that is
10.6 or previous. 10.6 is no longer supported for TOT libunwind after
removing its libkeymgr dependency.
Reviewed By: mstorsjo, pete, #libunwind
Differential Revision: https://reviews.llvm.org/D86104
More information about the All-commits
mailing list