[libcxx-commits] [PATCH] D131792: [libunwind] Remove __ANDROID_API__ < 18 workaround

Shoaib Meenai via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 17 17:21:15 PDT 2022


smeenai added a comment.

Hmm, would we reconsider this? The NDK has moved its minimum version forward, but that doesn't necessarily mean everyone else has as well. Several of Meta's Android apps still support API 16 and above, because we still have a sizeable user base on those platforms. We build the toolchain and standard libraries (including libunwind) from source and try to keep those up to date, so we're going to be adversely affected by this change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131792/new/

https://reviews.llvm.org/D131792



More information about the libcxx-commits mailing list