[zorg] r357785 - Add lld to the list of dependencies for the lldb_scheduler

Stella Stamenova via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 10:30:13 PDT 2019


Author: stella.stamenova
Date: Fri Apr  5 10:30:13 2019
New Revision: 357785

URL: http://llvm.org/viewvc/llvm-project?rev=357785&view=rev
Log:
Add lld to the list of dependencies for the lldb_scheduler

Summary: 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

Reviewers: asmith, labath, gkistanova

Reviewed By: gkistanova

Subscribers: ruiu, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D60230

Modified:
    zorg/trunk/buildbot/osuosl/master/master.cfg

Modified: zorg/trunk/buildbot/osuosl/master/master.cfg
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/master.cfg?rev=357785&r1=357784&r2=357785&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/master.cfg (original)
+++ zorg/trunk/buildbot/osuosl/master/master.cfg Fri Apr  5 10:30:13 2019
@@ -184,6 +184,7 @@ c['schedulers'].append(SingleBranchSched
                             change_filter=depends_on([
                                 "llvm",
                                 "cfe",
+                                "lld",
                                 "lldb"])))
 
 c['schedulers'].append(SingleBranchScheduler(name="sanitizer_scheduler",




More information about the llvm-commits mailing list