[PATCH] D34065: make AnnotatedBuilder use LLVMBuildFactory and depends_on_projects
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 12 09:49:12 PDT 2017
rnk added a comment.
Do you think we should use LLVMBuildFactory.addSVNSteps to drive the checkout process, or is it better to keep that as part of the annotator script? Keeping it in the script lets us add more repos without doing buildmaster restarts, which is nice, but if we do that, then the scheduling logic gets out of sync.
https://reviews.llvm.org/D34065
More information about the llvm-commits
mailing list