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

Rui Ueyama ruiu at google.com
Wed Dec 11 17:38:25 PST 2013


Looks good to me.


On Thu, Dec 12, 2013 at 9:57 AM, Mikael Lyngvig <mikael at lyngvig.org> wrote:

> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131212/9f337664/attachment.html>


More information about the llvm-commits mailing list