[libcxx-commits] [PATCH] D94924: [libc++] first steps of a private modulemap
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 21 14:35:42 PST 2021
curdeius added inline comments.
================
Comment at: libcxx/include/module.modulemap:525
module __mutex_base { header "__mutex_base" export * }
+ module __std_stream { header "__std_stream" export * }
module __split_buffer { header "__split_buffer" export * }
----------------
Is this order change intended? It was alphabetically sorted before...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94924/new/
https://reviews.llvm.org/D94924
More information about the libcxx-commits
mailing list