[all-commits] [llvm/llvm-project] f0917e: [libc++][PSTL] Make the PSTL submodules only have ...

Ian Anderson via All-commits all-commits at lists.llvm.org
Sat May 13 23:02:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f0917e92697d1a0157322e36557ccfa07df394ba
      https://github.com/llvm/llvm-project/commit/f0917e92697d1a0157322e36557ccfa07df394ba
  Author: Ian Anderson <iana at apple.com>
  Date:   2023-05-13 (Sat, 13 May 2023)

  Changed paths:
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/lint/lint_modulemap.sh.py

  Log Message:
  -----------
  [libc++][PSTL] Make the PSTL submodules only have one header

Module map generation for the private detail headers is easier done if each private header is by itself in a submodule. Move the __algorithm/pstl_backends into their own submodules.

Reviewed By: philnik, #libc

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




More information about the All-commits mailing list