[PATCH] D96403: [Android] Use -l:libunwind.a with --rtlib=compiler-rt
Ryan Prichard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 19 17:07:41 PDT 2021
rprichard added a comment.
In D96403#2638883 <https://reviews.llvm.org/D96403#2638883>, @smeenai wrote:
> With NDK r22, I only see libunwind.a for armv7. Will it be provided for other architectures in future NDK versions?
NDK r23 should have a libunwind.a for all architectures. This change isn't in the r23 beta 2 that was just released, but it is in the current NDK canary build at https://ci.android.com/builds/branches/aosp-master-ndk/grid. (e.g. build 7220482 <https://ci.android.com/builds/branches/aosp-master-ndk/grid?head=7220482&tail=7220482>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96403/new/
https://reviews.llvm.org/D96403
More information about the cfe-commits
mailing list