[all-commits] [llvm/llvm-project] 41161a: [libc++][modules] Generates std.cppm.in.

Mark de Wever via All-commits all-commits at lists.llvm.org
Tue Aug 22 11:13:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41161aeb5460a8fea9f55c185b6cc6a438a491fb
      https://github.com/llvm/llvm-project/commit/41161aeb5460a8fea9f55c185b6cc6a438a491fb
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-08-22 (Tue, 22 Aug 2023)

  Changed paths:
    M libcxx/modules/std.cppm.in
    M libcxx/test/libcxx/module_std.gen.py
    M libcxx/utils/CMakeLists.txt
    A libcxx/utils/generate_std_cppm_in.py
    M libcxx/utils/libcxx/header_information.py

  Log Message:
  -----------
  [libc++][modules] Generates std.cppm.in.

This takes the header restrictions into account instead of manually
duplicating this build information. This is a preparation to properly
support the libc++ disabled parts in the std module.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D158192




More information about the All-commits mailing list