This revision was automatically updated to reflect the committed changes.
Closed by commit rL280354: Checkout cfe when building clang-tools-extra docs. 
(authored by alexfh).

Changed prior to commit:
  https://reviews.llvm.org/D24024?vs=69667&id=69984#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24024

Files:
  zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py

Index: zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
@@ -32,7 +32,7 @@
                   defaultBranch='trunk',
                   workdir=llvm_srcdir))
 
-    if clang_html:
+    if clang_html or clang_tools_html:
         f.addStep(SVN(name='svn-clang',
                       mode='update',
                       baseURL='http://llvm.org/svn/llvm-project/cfe/',


Index: zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
@@ -32,7 +32,7 @@
                   defaultBranch='trunk',
                   workdir=llvm_srcdir))
 
-    if clang_html:
+    if clang_html or clang_tools_html:
         f.addStep(SVN(name='svn-clang',
                       mode='update',
                       baseURL='http://llvm.org/svn/llvm-project/cfe/',
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to