[PATCH] Zorg, lld build factory: Remove -stdlib=libc++ as this breaks the GNU build

Mikael Lyngvig mikael at lyngvig.org
Wed Dec 11 16:57:56 PST 2013


Anyone?  My builder keeps failing until this patch is committed.

Index: zorg/buildbot/builders/LLDBuilder.py
===================================================================
--- zorg/buildbot/builders/LLDBuilder.py (revision 196862)
+++ zorg/buildbot/builders/LLDBuilder.py (working copy)
@@ -57,10 +57,11 @@
                                haltOnFailure=False,
                                description=["create build dir"],
                                workdir="."))
+
     cmakeCommand = [
         "cmake",
         "-DCMAKE_BUILD_TYPE=Release",
-        "-DCMAKE_CXX_FLAGS=\"-Wall -Werror -std=c++11 -stdlib=libc++
-U__STRICT_ANSI__\"",
+        "-DCMAKE_CXX_FLAGS=\"-Wall -Werror -std=c++11 -U__STRICT_ANSI__\"",
         "../%s" % llvm_srcdir]
     # Note: ShellCommand does not pass the params with special symbols
right.
     # The " ".join is a workaround for this bug.



-- Mikael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131212/008fcabf/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zorg-stdlib-selection.patch
Type: application/octet-stream
Size: 828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131212/008fcabf/attachment.obj>


More information about the llvm-commits mailing list