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.
Details
Details
- Reviewers
ldionne philnik Mordante Bigcheese - Group Reviewers
Restricted Project - Commits
- rGf0917e92697d: [libc++][PSTL] Make the PSTL submodules only have one header
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/libcxx/lint/lint_modulemap.sh.py | ||
---|---|---|
32 | This isn't a perfect regex, it's only matching backend.h instead of cpu_backend.h. It's probably ok enough? |
libcxx/test/libcxx/lint/lint_modulemap.sh.py | ||
---|---|---|
32 | It's also about to not matter because the private submodules are going to be generated. |
This isn't a perfect regex, it's only matching backend.h instead of cpu_backend.h. It's probably ok enough?