[libcxx-commits] [PATCH] D64105: libc++: add _LIBCXX_HAS_NO_LONG_DOUBLE

Dionna Amalie Glaze via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 2 14:33:26 PDT 2019


deeglaze created this revision.
deeglaze added a reviewer: jroelofs.
deeglaze created this object with edit policy "Subscribers".
Herald added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, jsji, ldionne, christof, fedor.sergeev, krytarowski.

Add a symbol similar to _LIBCXX_HAS_NO_LONG_LONG to allow compatibility with newlib when _LDBL_EQ_DBL is not defined. One such platform where this is the case is the POSIX-compatible enclave development platform, Asylo.


Repository:
  rCXX libc++

https://reviews.llvm.org/D64105

Files:
  libcxx/include/__config
  libcxx/include/cmath
  libcxx/include/cstdlib
  libcxx/include/locale
  libcxx/include/math.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64105.207630.patch
Type: text/x-patch
Size: 25511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190702/6cbbb07c/attachment-0001.bin>


More information about the libcxx-commits mailing list