[zorg] r190339 - [llvmlab] Change to use the configure cxx11/libcpp options. Turn off -nostdinc++ for now.
Michael Gottesman
mgottesman at apple.com
Mon Sep 9 12:53:52 PDT 2013
Author: mgottesman
Date: Mon Sep 9 14:53:52 2013
New Revision: 190339
URL: http://llvm.org/viewvc/llvm-project?rev=190339&view=rev
Log:
[llvmlab] Change to use the configure cxx11/libcpp options. Turn off -nostdinc++ for now.
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=190339&r1=190338&r2=190339&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Mon Sep 9 14:53:52 2013
@@ -799,7 +799,7 @@ def phasedClang(config_options, is_boots
'--with-extra-options=-flto -gline-tables-only')
if use_cxx11:
- configure_args.append("CXXFLAGS=-std=c++11 -stdlib=libc++ -nostdinc++")
+ configure_args.extend(['--enable-cxx11', '--enable-libcpp'])
# Configure the LLVM build.
if incremental:
More information about the llvm-commits
mailing list