[libcxx-commits] [PATCH] D136045: [libc++] Improves modular build.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 18 09:07:10 PDT 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

Mark explained to me that he discovered this while writing new code that used e.g. `ranges::sort` using the `__algorithm/ranges_sort.h` granular header, and then his modules build started failing. So this would effectively start failing in the CI's modular build if we were to check-in his patches. That satisfies my ask for a way to test this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136045/new/

https://reviews.llvm.org/D136045



More information about the libcxx-commits mailing list