[all-commits] [llvm/llvm-project] 1314e8: [libc++] Add missing headers to the modulemap (#71...

philnik777 via All-commits all-commits at lists.llvm.org
Sun Nov 26 15:15:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1314e8774f73565934c88c606fd7c81225d415fc
      https://github.com/llvm/llvm-project/commit/1314e8774f73565934c88c606fd7c81225d415fc
  Author: philnik777 <nikolasklauser at berlin.de>
  Date:   2023-11-27 (Mon, 27 Nov 2023)

  Changed paths:
    M libcxx/include/__algorithm/pstl_move.h
    M libcxx/include/__algorithm/pstl_rotate_copy.h
    M libcxx/include/experimental/__simd/abi_tag.h
    M libcxx/include/experimental/__simd/aligned_tag.h
    M libcxx/include/experimental/__simd/declaration.h
    M libcxx/include/experimental/__simd/internal_declaration.h
    M libcxx/include/experimental/__simd/reference.h
    M libcxx/include/experimental/__simd/scalar.h
    M libcxx/include/experimental/__simd/simd.h
    M libcxx/include/experimental/__simd/simd_mask.h
    M libcxx/include/experimental/__simd/traits.h
    M libcxx/include/experimental/__simd/utility.h
    M libcxx/include/experimental/__simd/vec_ext.h
    M libcxx/include/module.modulemap.in
    A libcxx/test/libcxx/headers_in_modulemap.sh.py
    M libcxx/utils/libcxx/header_information.py

  Log Message:
  -----------
  [libc++] Add missing headers to the modulemap (#71127)

I don't know when, but at some point we lost test coverage to ensue that
all the headers are in the modulemap. This adds a test to make sure all
the headers (excluding a few which shouldn't be part of the modulemap)
are at least mentioned. This also fixes a few headers which bit-rotted
while we were missing the coverage.




More information about the All-commits mailing list