Looks good <br><div class="gmail_quote"><div dir="ltr">On Tue, Aug 30, 2016 at 5:38 AM Tamas Berghammer <<a href="mailto:tberghammer@google.com">tberghammer@google.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">tberghammer created this revision.<br>
tberghammer added reviewers: jingham, zturner.<br>
tberghammer added a subscriber: lldb-commits.<br>
<br>
Remove mention of autoconf from the build instructions<br>
<br>
autoconf+make have been removed from LLVM and LLDB ~6month ago. We shouldn't advertise it on the website as a valid way to build LLDB.<br>
<br>
<a href="https://reviews.llvm.org/D24025" rel="noreferrer" target="_blank">https://reviews.llvm.org/D24025</a><br>
<br>
Files:<br>
  www/build.html<br>
<br>
Index: www/build.html<br>
===================================================================<br>
--- www/build.html<br>
+++ www/build.html<br>
@@ -298,43 +298,6 @@<br>
               <br />&gt; make<br>
               <br />&gt; make check-lldb<br>
             </code><br>
-            <h2>To build with autoconf</h2><br>
-            <p><br>
-              If you do not have CMake, it is still possible to build LLDB using the autoconf build system. If you are using<br>
-              Clang or GCC 4.8+, run:<br>
-            </p><br>
-            <code><br>
-              &gt; $llvm/configure<br>
-              <br />&gt; make<br>
-            </code><br>
-            <p>If you are building with a GCC that isn't the default gcc/g++, like gcc-4.9/g++-4.9</p><br>
-            <code><br>
-              &gt; $llvm/configure CC=gcc-4.9 CXX=g++-4.9<br>
-              <br />&gt; make CC=gcc-4.9 CXX=g++-4.9<br>
-            </code><br>
-            <p><br>
-              If you are running in a system that doesn't have a lot of RAM (less than 4GB), you might want to disable<br>
-              debug symbols by specifying DEBUG_SYMBOLS=0 when running make. You will know if you need to enable this<br>
-              because you will fail to link clang (the linker will get a SIGKILL and exit with status 9).<br>
-            </p><br>
-            <code><br>
-              &gt; make DEBUG_SYMBOLS=0<br>
-            </code><br>
-            <p> To run the LLDB test suite, run:</p><br>
-            <code><br>
-              <br />&gt; make -C tools/lldb/test<br>
-            </code><br>
-            <p><br>
-              Note that once both LLVM and Clang have been configured and built it is not<br>
-              necessary to perform a top-level <tt>make</tt> to rebuild changes made only to LLDB.<br>
-              You can run <tt>make</tt> from the <tt>build/tools/lldb</tt> subdirectory as well.<br>
-            </p><br>
-            <p><br>
-              If you wish to build with libc++ instead of libstdc++ (the default), run configure with the<br>
-              <tt>--enable-libcpp</tt> flag.<br>
-            </p><br>
-            <p> If you wish to build a release version of LLDB, run configure with the <tt>--enable-optimized</tt> flag.</p><br>
-<br>
             <h2>Building API reference documentation</h2><br>
             <p><br>
               LLDB exposes a C++ as well as a Python API. To build the reference documentation for these two APIs, ensure you have<br>
<br>
<br>
</blockquote></div>