[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
Fri Apr 5 10:30:36 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL357785: Add lld to the list of dependencies for the lldb_scheduler (authored by stella.stamenova, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D60230?vs=193578&id=193908#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60230/new/
https://reviews.llvm.org/D60230
Files:
zorg/trunk/buildbot/osuosl/master/master.cfg
Index: zorg/trunk/buildbot/osuosl/master/master.cfg
===================================================================
--- zorg/trunk/buildbot/osuosl/master/master.cfg
+++ zorg/trunk/buildbot/osuosl/master/master.cfg
@@ -184,6 +184,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.193908.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190405/a0888713/attachment.bin>
More information about the llvm-commits
mailing list