[cfe-commits] r107863 - /cfe/trunk/www/analyzer/installation.html

Duncan Sands baldrick at free.fr
Thu Jul 8 01:31:28 PDT 2010


Author: baldrick
Date: Thu Jul  8 03:31:28 2010
New Revision: 107863

URL: http://llvm.org/viewvc/llvm-project?rev=107863&view=rev
Log:
Tweak documentation to mention Debug+Asserts.

Modified:
    cfe/trunk/www/analyzer/installation.html

Modified: cfe/trunk/www/analyzer/installation.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/installation.html?rev=107863&r1=107862&r2=107863&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/installation.html (original)
+++ cfe/trunk/www/analyzer/installation.html Thu Jul  8 03:31:28 2010
@@ -90,8 +90,8 @@
 
 <li>The location of the <tt>clang</tt> binary.
 
-<p>For example, if you built a <em>Debug</em> build of LLVM/Clang, the
-resultant<tt>clang</tt> binary will be in $(OBJDIR)/Debug
+<p>For example, if you built a <em>Debug+Asserts</em> build of LLVM/Clang (the
+default), the resultant<tt>clang</tt> binary will be in $(OBJDIR)/Debug+Asserts
 (where <tt>$(OBJDIR)</tt> is often the same as the root source directory).  You
 can also do <tt>make install</tt> to install the LLVM/Clang libaries and
 binaries to the installation directory of your choice (specified when you run





More information about the cfe-commits mailing list