[PATCH] D131656: [Support] Remove Log2 workaround for Android API level < 18

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 00:50:32 PDT 2022


srhines accepted this revision.
srhines added a comment.
This revision is now accepted and ready to land.

+Dan as FYI, but https://github.com/android/ndk/wiki/Changelog-r24 shows that the NDK has moved forward to at least a minimum target API of 19, so this code is indeed obsolete. We might want to go and update Clang to also forbid setting a target API less than 19 too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131656



More information about the llvm-commits mailing list