Details
Details
- Reviewers
gkistanova - Group Reviewers
Restricted Project - Commits
- rZORG7e6d7a663c71: [BOLT] Enable clang-bolt for host-gcc-built Clang
Diff Detail
Diff Detail
- Repository
- rZORG LLVM Github Zorg
Event Timeline
Comment Actions
Thanks, Amir.
The patch itself looks good.
The bolt-worker seems overloaded, though. It hosts 6 builders, only one build is allowed at any given moment of time. The current waiting queue for each builder is about 2 hours, even if builds themselves are fast. Adding one more builder to the same worker will make it worse.
Comment Actions
bolt-x86_64-ubuntu is going away, but I agree that waiting time is quite high now, largely driven by msvc-wine builder. We'll discuss within the team if we want to keep it.