[libcxx-commits] [PATCH] D100986: [libc++][AIX] Define _LIBCPP_ELAST
Jason Liu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 10 06:54:51 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4677d795b204: [libc++][AIX] Define _LIBCPP_ELAST (authored by jasonliu).
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100986/new/
https://reviews.llvm.org/D100986
Files:
libcxx/src/include/config_elast.h
Index: libcxx/src/include/config_elast.h
===================================================================
--- libcxx/src/include/config_elast.h
+++ libcxx/src/include/config_elast.h
@@ -39,6 +39,8 @@
#define _LIBCPP_ELAST 1160
#elif defined(_LIBCPP_MSVCRT_LIKE)
#define _LIBCPP_ELAST (_sys_nerr - 1)
+#elif defined(_AIX)
+#define _LIBCPP_ELAST 127
#else
// Warn here so that the person doing the libcxx port has an easier time:
#warning ELAST for this platform not yet implemented
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100986.344047.patch
Type: text/x-patch
Size: 490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210510/0e7bd792/attachment.bin>
More information about the libcxx-commits
mailing list