On Mac OS X, lldb will now build c++11 and use
authorSean Callanan <scallanan@apple.com>
Thu, 9 Aug 2012 01:32:13 +0000 (01:32 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 9 Aug 2012 01:32:13 +0000 (01:32 +0000)
commit1727742634b4c3136440a49ddfcb78669e4e72c2
tree6d47a814ece834f65f62de3565dbd7ac1aee8292
parent9d4b8f5a7f2f0d65010d6a2527d5d001f9464546
On Mac OS X, lldb will now build c++11 and use
libc++.  We also no longer use the GNU extensions
to C++ and C (we didn't use them anyway).

This also means that the LLVM we use must be
built with the new libc++.

I will commit llvm.zip next.

<rdar://problem/11930775>

llvm-svn: 161562
lldb/lldb.xcodeproj/project.pbxproj
lldb/scripts/build-llvm.pl