[PATCH] D24024: Checkout cfe when building clang-tools-extra docs.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 1 04:29:25 PDT 2016


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/',


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24024.69984.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160901/da320f4b/attachment.bin>


More information about the cfe-commits mailing list