[PATCH] D23787: Add builder for clang extra tools Sphinx docs
Dmitri Gribenko via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 23 02:37:11 PDT 2016
gribozavr added a comment.
Just one comment about the workdir.
================
Comment at: zorg/buildbot/builders/SphinxDocsBuilder.py:46
@@ +45,3 @@
+ defaultBranch='trunk',
+ workdir=clang_srcdir))
+
----------------
I think workdir should be `clang_tools_srcdir`, which should be set appropriately in the code above.
https://reviews.llvm.org/D23787
More information about the cfe-commits
mailing list