[libcxx-commits] [PATCH] D125331: [libc++] Make sure that all headers can be included with modules enabled
Artem Belevich via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 25 10:35:03 PDT 2022
tra added a comment.
Would it be possible to split `modules_include.sh.cpp` and possibly other tests into multiple files, so lit could run them in parallel?
Running all of these test cases sequentially often results in this test being the lonely remaining test that continues to run long after all other tests in `ninja check` are done. Splitting it would noticeably reduce `ninja check` wall time for many users.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125331/new/
https://reviews.llvm.org/D125331
More information about the libcxx-commits
mailing list