[PATCH] D148445: [libunwind] Remove the legacy Unwind_AppleExtras.cpp
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 17 09:45:03 PDT 2023
steven_wu accepted this revision.
steven_wu added a comment.
I am pretty sure if they are not useful anymore. Those symbols are only useful for back-deployment (linking application to system libunwind). Even if someone decides to build libunwind for 10.4, they don't need those symbols as long as they link their application against the newly built libunwind.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148445/new/
https://reviews.llvm.org/D148445
More information about the llvm-commits
mailing list