Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc++] First attempt to regroup a few modules in the modulemap #98214

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Jul 15, 2024

  1. [libc++] First attempt to regroup a few modules in the modulemap

    We split up all the headers into top-level modules when we broke up
    cycles with the C compatibility headers. However, this resulted in
    a large number of small modules, which is awkward and clearly against
    the philosophy of Clang modules. This was necessary to make things work.
    
    This patch regroups a few headers from two leaf modules: stop_token and
    pstl. It should be pretty uncontroversial that grouping these headers
    into a single module doesn't introduce any cyclic dependency, yet it's
    a first step towards reducing the number of top-level modules we have
    in our modulemap.
    ldionne committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    03c7756 View commit details
    Browse the repository at this point in the history