forked from OSchip/llvm-project
Test commit: clean up C++11 options in lldb (on Linux) build page
llvm-svn: 167677
This commit is contained in:
parent
933f41161d
commit
44a3d901c0
|
@ -105,8 +105,8 @@
|
||||||
<code>> cd $llvm/..
|
<code>> cd $llvm/..
|
||||||
<br>> mkdir build
|
<br>> mkdir build
|
||||||
<br>> cd build
|
<br>> cd build
|
||||||
<br>> $llvm/configure --enable-libcpp
|
<br>> $llvm/configure --enable-cxx11 --enable-libcpp
|
||||||
<br>> make CXXFLAGS=-std=c++11</code>
|
<br>> make </code>
|
||||||
<p>Note that once both LLVM and Clang have been configured and built it is not
|
<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.
|
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
|
You can run <tt>make</tt> from the <tt>build/tools/lldb</tt> subdirectory as well. If your
|
||||||
|
|
Loading…
Reference in New Issue