[PATCH] D23787: Add builder for clang extra tools Sphinx docs
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 23 04:45:47 PDT 2016
alexfh marked an inline comment as done.
================
Comment at: zorg/buildbot/builders/SphinxDocsBuilder.py:46
@@ +45,3 @@
+ defaultBranch='trunk',
+ workdir=clang_srcdir))
+
----------------
gribozavr wrote:
> I think workdir should be `clang_tools_srcdir`, which should be set appropriately in the code above.
Oops, I knew something was wrong. Fixed this and the build step name.
https://reviews.llvm.org/D23787
More information about the cfe-commits
mailing list