Test commit: clean up C++11 options in lldb (on Linux) build page

llvm-svn: 167677
This commit is contained in:
Daniel Malea 2012-11-10 18:09:36 +00:00
parent 933f41161d
commit 44a3d901c0
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@
<code>&gt; cd $llvm/..
<br>&gt; mkdir build
<br>&gt; cd build
<br>&gt; $llvm/configure --enable-libcpp
<br>&gt; make CXXFLAGS=-std=c++11</code>
<br>&gt; $llvm/configure --enable-cxx11 --enable-libcpp
<br>&gt; make </code>
<p>Note that once both LLVM and Clang have been configured and built it is not
necessary to perform a top-level <tt>make</tt> to rebuild changes made only to LLDB.
You can run <tt>make</tt> from the <tt>build/tools/lldb</tt> subdirectory as well. If your