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

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 30 05:31:07 PDT 2016


alexfh created this revision.
alexfh added a reviewer: gribozavr.
alexfh added a subscriber: cfe-commits.

Checkout cfe when building clang-tools-extra docs. Otherwise cmake
doesn't find clang-tools-extra cmake files.

https://reviews.llvm.org/D24024

Files:
  zorg/buildbot/builders/SphinxDocsBuilder.py

Index: zorg/buildbot/builders/SphinxDocsBuilder.py
===================================================================
--- zorg/buildbot/builders/SphinxDocsBuilder.py
+++ 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.69667.patch
Type: text/x-patch
Size: 529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160830/8cfadfb1/attachment.bin>


More information about the cfe-commits mailing list