[all-commits] [llvm/llvm-project] 613477: [libc++][modules] Improves std.compat module.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sun Dec 24 03:26:11 PST 2023
Branch: refs/heads/users/mordante/improves_std.compat_module
Home: https://github.com/llvm/llvm-project
Commit: 6134779ac0f53ed22d8ddfc14908e595eb94fb65
https://github.com/llvm/llvm-project/commit/6134779ac0f53ed22d8ddfc14908e595eb94fb65
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-12-24 (Sun, 24 Dec 2023)
Changed paths:
M libcxx/modules/std.compat.cppm.in
M libcxx/modules/std.cppm.in
M libcxx/test/libcxx/module_std_compat.gen.py
M libcxx/utils/generate_libcxx_cppm_in.py
M libcxx/utils/libcxx/header_information.py
M libcxx/utils/libcxx/test/format.py
Log Message:
-----------
[libc++][modules] Improves std.compat module.
Let the std.compat module use the std module instead of duplicating the
exports.
Based on @ChuanqiXu9's suggestion in #71438.
More information about the All-commits
mailing list