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

Ted Kremenek kremenek at apple.com
Wed Sep 29 14:41:56 PDT 2010


Author: kremenek
Date: Wed Sep 29 16:41:56 2010
New Revision: 115088

URL: http://llvm.org/viewvc/llvm-project?rev=115088&view=rev
Log:
Update docs to include proper location of clang binary.

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=115088&r1=115087&r2=115088&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/installation.html (original)
+++ cfe/trunk/www/analyzer/installation.html Wed Sep 29 16:41:56 2010
@@ -91,7 +91,7 @@
 <li>The location of the <tt>clang</tt> binary.
 
 <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
+default), the resultant <tt>clang</tt> binary will be in <tt>$(OBJDIR)/Debug+Asserts/bin</tt>
 (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