lld is currently not on the list of dependencies for the lldb_scheduler, so lld commits are not added to the blamelist for lldb builds
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The LLDB bots currently have a dependency on LLD for the tests and commits to LLD break the bots with some frequency, but because the dependency is not listed for the lldb_scheduler, the LLD commits don't end up on the blamelist for the bots and it's a bit difficult to track down the break to LLD. This change adds LLD to the list of dependencies, so that we can see the corresponding LLD commits on the blamelist.