[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 13:10:56 PDT 2019


stella.stamenova created this revision.
stella.stamenova added reviewers: asmith, labath, gkistanova.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D60230

Files:
  buildbot/osuosl/master/master.cfg


Index: buildbot/osuosl/master/master.cfg
===================================================================
--- buildbot/osuosl/master/master.cfg
+++ buildbot/osuosl/master/master.cfg
@@ -194,6 +194,7 @@
                             change_filter=depends_on([
                                 "llvm",
                                 "cfe",
+                                "lld",
                                 "lldb"])))
 
 c['schedulers'].append(SingleBranchScheduler(name="sanitizer_scheduler",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60230.193578.patch
Type: text/x-patch
Size: 502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190403/d1befd21/attachment.bin>


More information about the llvm-commits mailing list