[all-commits] [llvm/llvm-project] 047573: [libc++][modules] Improves std.compat module. (#76...

Mark de Wever via All-commits all-commits at lists.llvm.org
Sun Jan 21 03:15:27 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04757337cdc8ba2da9bc3303fb62af514d5452c5
      https://github.com/llvm/llvm-project/commit/04757337cdc8ba2da9bc3303fb62af514d5452c5
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2024-01-21 (Sun, 21 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
    M libcxx/utils/libcxx/test/format.py

  Log Message:
  -----------
  [libc++][modules] Improves std.compat module. (#76330)

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