[PATCH] D36203: [zorg] Add buildbot with reverse iteration enabled

Victor Leschuk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 21:30:15 PDT 2017


vleschuk added inline comments.


================
Comment at: buildbot/osuosl/master/config/builders.py:806
                 jobs=16,
-                checkFormat=False,
                 extraCmakeArgs=["-G", "Ninja",
----------------
Why do you need to change this?


================
Comment at: zorg/buildbot/builders/PollyBuilder.py:30
+    check_all_cmd = [make, 'check-all'] + jobs_cmd
+    check_polly_cmd = [make, 'check-polly'] + jobs_cmd
     cmake_install = []
----------------
How are these changes related to adding reverse iterations builder?


https://reviews.llvm.org/D36203





More information about the llvm-commits mailing list