[all-commits] [llvm/llvm-project] da5d27: [libc++][modules] Improves std.compat module.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Thu Jan 18 09:50:07 PST 2024
Branch: refs/heads/users/mordante/improves_std.compat_module
Home: https://github.com/llvm/llvm-project
Commit: da5d274c0a86a50c68877b1547275f2b6d1a4150
https://github.com/llvm/llvm-project/commit/da5d274c0a86a50c68877b1547275f2b6d1a4150
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-01-18 (Thu, 18 Jan 2024)
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
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.
Commit: 191a14793fb04095edac9744aa25d9367e62cdc3
https://github.com/llvm/llvm-project/commit/191a14793fb04095edac9744aa25d9367e62cdc3
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M libcxx/utils/libcxx/test/format.py
Log Message:
-----------
CI fixes.
Compare: https://github.com/llvm/llvm-project/compare/05eea784a13f...191a14793fb0
More information about the All-commits
mailing list