[libcxx-commits] [PATCH] D131425: [libc++] Remove workarounds for systems with tortuous include requirements

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 8 12:18:41 PDT 2022


ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Libc++ tried accomodating systems that need to be able to define various
__need_FOO macros before including C library headers, however it's not
clear to me that this is needed anymore.

The layering of system libraries is normally pretty simple but it needs
to be respected: C++ Standard Library headers, C Standard Library headers,
Clang builtin headers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131425

Files:
  libcxx/include/module.modulemap.in
  libcxx/include/stdbool.h
  libcxx/include/stddef.h
  libcxx/include/stdio.h
  libcxx/include/stdlib.h
  libcxx/include/wchar.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131425.450902.patch
Type: text/x-patch
Size: 3730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220808/2f0cc1bf/attachment.bin>


More information about the libcxx-commits mailing list