[zorg] r190260 - [llvmlab] Make phasedClang build llvm verbosely so I can see the used command lines.

Michael Gottesman mgottesman at apple.com
Sat Sep 7 18:37:35 PDT 2013


Author: mgottesman
Date: Sat Sep  7 20:37:35 2013
New Revision: 190260

URL: http://llvm.org/viewvc/llvm-project?rev=190260&view=rev
Log:
[llvmlab] Make phasedClang build llvm verbosely so I can see the used command lines.

Modified:
    zorg/trunk/zorg/buildbot/builders/ClangBuilder.py

Modified: zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py?rev=190260&r1=190259&r2=190260&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Sat Sep  7 20:37:35 2013
@@ -794,7 +794,7 @@ def phasedClang(config_options, is_boots
                 workdir=clang_build_dir))
     
     # Build the compiler.
-    make_command = ['make', '-j', WithProperties('%(jobs)s')]
+    make_command = ['make', '-j', WithProperties('%(jobs)s'), 'VERBOSE=1']
     timeout = 40*60 # Normal timeout is 20 minutes.
     if use_lto:
         make_command.append(WithProperties('DYLD_LIBRARY_PATH=%(liblto_path)s'))





More information about the llvm-commits mailing list