[libcxx-commits] [PATCH] D87950: Make libc++ headers "just work" on all Android versions.
Elliott Hughes via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 18 15:05:21 PDT 2020
enh created this revision.
enh added a reviewer: danalbert.
Herald added subscribers: libcxx-commits, krytarowski.
Herald added a project: libc++.
Herald added a reviewer: libc++.
enh requested review of this revision.
Many of the functions exposed by the <c*> headers weren't in Android
from the beginning. Worse, they weren't all added at the same time. This
patch adds the missing #if guards so that the libc++ headers work fine
against any Android OS version.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87950
Files:
libcxx/include/clocale
libcxx/include/cmath
libcxx/include/cstdlib
libcxx/include/cwctype
libcxx/include/math.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87950.292914.patch
Type: text/x-patch
Size: 3741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200918/ecb03bac/attachment.bin>
More information about the libcxx-commits
mailing list