[patch][lld][buildbot] Dont clean the darwin build when testing lld changes

Shankar Easwaran shankare at codeaurora.org
Thu Sep 12 12:10:55 PDT 2013


Hi Galina,

Attached is the patch to not clean builds, when trying to run darwin builds.

Please review and commit.

Thanks

Shankar Easwaran

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation

-------------- next part --------------
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py	(revision 190623)
+++ buildbot/osuosl/master/config/builders.py	(working copy)
@@ -593,7 +593,7 @@
         {'name': "lld-x86_64-darwin11",
          'slavenames' :["as-bldslv11"],
          'builddir':"lld-x86_64-darwin11",
-         'factory': LLDBuilder.getLLDBuildFactory(),
+         'factory': LLDBuilder.getLLDBuildFactory(clean=False),
          'category'   : 'lld'},
 
         {'name': "lld-x86_64-win7",
@@ -706,7 +706,7 @@
          'slavenames' :["lab-mini-03"],
          'builddir' :"clang-x86_64-darwin10-nt-O0-g",
          'factory' : LNTBuilder.getLNTFactory(triple='x86_64-apple-darwin10',
-                                              nt_flags=['--multisample=3', 
+                                              nt_flags=['--multisample=3',
                                                         '--optimize-option',
                                                         '-O0', '--cflag', '-g'],
                                               jobs=2,  use_pty_in_tests=True,


More information about the llvm-commits mailing list