[libcxx-commits] [PATCH] D78787: [libcxx][libcxxabi][libunwind] Use libgcc on Android
Dan Albert via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 23 23:57:36 PDT 2020
danalbert added subscribers: rprichard, srhines.
danalbert added a comment.
@srhines to confirm that this won't break our toolchain build, and @rprichard because he's the one looking more closely at libunwind these days.
If they don't have any objections then this is fine with me, though I do wonder if we can just make use of `-nostdlib++` or `-stdlib=libc++` as needed here (libc++ doesn't use these everywhere because it's a clang only thing, but Android is a clang only platform so we could do that if we have the option).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78787/new/
https://reviews.llvm.org/D78787
More information about the libcxx-commits
mailing list