<div dir="ltr">Please?  Is there anybody out there?  I've tried to get this 15 character patch commited for for a week now.  My builder has now failed some 225 builds because nobody has bothered to commit the patch.<div>
<br></div><div>Rui has said "LGTM" about it.  Chandler has suggested a change to the initial patch which has been implemented in this patch.</div><div><br></div><div>Now I know what I want for Christmas this year!  A 15-character patch of Zorg...</div>
<div><br></div><div><br></div><div>-- Mikael<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Mikael Lyngvig</b> <span dir="ltr"><<a href="mailto:mikael@lyngvig.org">mikael@lyngvig.org</a>></span><br>
Date: 2013/12/12<br>Subject: [PATCH] Zorg, lld build factory: Remove -stdlib=libc++ as this breaks the GNU build<br>To: LLVM-commits <<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a>><br><br><br>
<div dir="ltr">Anyone?  My builder keeps failing until this patch is committed.<div><br></div><div><div>Index: zorg/buildbot/builders/LLDBuilder.py</div><div>===================================================================</div>

<div>--- zorg/buildbot/builders/LLDBuilder.py<span style="white-space:pre-wrap">  </span>(revision 196862)</div><div>+++ zorg/buildbot/builders/LLDBuilder.py<span style="white-space:pre-wrap">        </span>(working copy)</div>
<div>@@ -57,10 +57,11 @@</div><div>                                haltOnFailure=False,</div><div>                                description=["create build dir"],</div><div>                                workdir="."))</div>

<div>+</div><div>     cmakeCommand = [</div><div>         "cmake",</div><div>         "-DCMAKE_BUILD_TYPE=Release",</div><div>-        "-DCMAKE_CXX_FLAGS=\"-Wall -Werror -std=c++11 -stdlib=libc++ -U__STRICT_ANSI__\"",</div>

<div>+        "-DCMAKE_CXX_FLAGS=\"-Wall -Werror -std=c++11 -U__STRICT_ANSI__\"",</div><div>         "../%s" % llvm_srcdir]</div><div>     # Note: ShellCommand does not pass the params with special symbols right.</div>

<div>     # The " ".join is a workaround for this bug.</div></div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div><br></div><div>-- Mikael</div></font></span></div>
</div><br></div></div>