[PATCH] D120653: ClangBuilder: Use list of checks instead of boolean. NFCI

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 03:19:45 PST 2022


rovka created this revision.
rovka added a reviewer: gkistanova.
rovka added a project: Zorg.
rovka requested review of this revision.

Modify getClangCMakeBuildFactory and getClangCMakeGCSBuildFactory 
to take as input a list of checks instead of a boolean. This makes it possible
to run subsets of the tests and is similar to the pattern used by the 
UnifiedTreeBuilder.


Repository:
  rZORG LLVM Github Zorg

https://reviews.llvm.org/D120653

Files:
  buildbot/osuosl/master/config/builders.py
  zorg/buildbot/builders/ClangBuilder.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120653.411771.patch
Type: text/x-patch
Size: 6174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220228/14f39b39/attachment.bin>


More information about the llvm-commits mailing list