[PATCH] D60230: Add lld to the list of dependencies for the lldb_scheduler
Stella Stamenova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 3 18:22:25 PDT 2019
stella.stamenova added a comment.
In D60230#1454293 <https://reviews.llvm.org/D60230#1454293>, @ruiu wrote:
> Does this mean a commit to lld could potentially break lldb?
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.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60230/new/
https://reviews.llvm.org/D60230
More information about the llvm-commits
mailing list