[libcxx-commits] [libcxxabi] [libcxx] Added support ccache for speedup recompilation libcxx and libcxxabi (PR #78470)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 22 07:07:01 PST 2024


ldionne wrote:

I have to agree here -- I don't think this will provide a significant speedup since building the library is really fast, and we're trying to move towards less and less complexity in our CMake. Hence I'm not sure this change is worth it.

Caching the tests would provide a huge speedup but as @philnik777 mentioned, it's a really scary thing to do and defeats one of the primary goals we have in the test suite, which is to test-as-we-ship.

https://github.com/llvm/llvm-project/pull/78470


More information about the libcxx-commits mailing list