[libcxx-commits] [PATCH] D144322: [libc++][Modules] Make top level modules for all C++ headers with OS/clang versions
Ian Anderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 17 09:50:49 PDT 2023
iana updated this revision to Diff 541103.
iana added a comment.
The <time.h> workaround didn't work, mark AIX as unsupported for modules.
<mutex> has a few pieces that are needed even when threading is disabled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144322/new/
https://reviews.llvm.org/D144322
Files:
libcxx/docs/ReleaseNotes.rst
libcxx/include/__stop_token/intrusive_shared_ptr.h
libcxx/include/__threading_support
libcxx/include/module.modulemap.in
libcxx/test/libcxx/lint/lint_modulemap.sh.py
libcxx/test/libcxx/modules_include.gen.py
libcxx/test/libcxx/private_headers.gen.py
libcxx/test/libcxx/strings/char.traits/char.traits.specializations/arbitrary_char_type.deprecated.verify.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144322.541103.patch
Type: text/x-patch
Size: 220823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230717/502f36c9/attachment-0001.bin>
More information about the libcxx-commits
mailing list