This commit adds CMake caches for the various configurations of libc++
that are tested by our build bots.
Details
Details
- Reviewers
EricWF - Group Reviewers
Restricted Project - Commits
- rGd9dec697cbb7: [libc++][CMake] Add CMake caches for commonly supported configurations
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The benefit of this approach is that it's easier to reproduce a build bot failure by just using the corresponding cache. Of course, that doesn't account for differences like compiler version or operating system, but it's a step in the right direction.