From 44a3d901c0463aed8db144a3ca7abb360e9188e2 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Sat, 10 Nov 2012 18:09:36 +0000 Subject: [PATCH] Test commit: clean up C++11 options in lldb (on Linux) build page llvm-svn: 167677 --- lldb/www/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/www/build.html b/lldb/www/build.html index aaba083a7755..d1d08940438b 100755 --- a/lldb/www/build.html +++ b/lldb/www/build.html @@ -105,8 +105,8 @@ > cd $llvm/..
> mkdir build
> cd build -
> $llvm/configure --enable-libcpp -
> make CXXFLAGS=-std=c++11
+
> $llvm/configure --enable-cxx11 --enable-libcpp +
> make

Note that once both LLVM and Clang have been configured and built it is not necessary to perform a top-level make to rebuild changes made only to LLDB. You can run make from the build/tools/lldb subdirectory as well. If your