[zorg] r176982 - Fixed typo.

Michael Gottesman mgottesman at apple.com
Wed Mar 13 14:54:24 PDT 2013


Author: mgottesman
Date: Wed Mar 13 16:54:23 2013
New Revision: 176982

URL: http://llvm.org/viewvc/llvm-project?rev=176982&view=rev
Log:
Fixed typo.

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=176982&r1=176981&r2=176982&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Wed Mar 13 16:54:23 2013
@@ -737,7 +737,7 @@ def phasedClang(config_options, is_boots
     # If we need to use lto, find liblto, add in proper flags here, etc.
     if use_lto:
         liblto_command = ['find', 'host-compiler', '-name', 'libLTO.dylib']
-        f.addStep(buildbot.steps.shell.ShellCommand(
+        f.addStep(buildbot.steps.shell.SetProperty(
                 name='find.liblto',
                 command=liblto_command,
                 extract_fn=find_liblto,





More information about the llvm-commits mailing list