aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-07-08 08:31:28 +0000
committerDuncan Sands <baldrick@free.fr>2010-07-08 08:31:28 +0000
commitc63cadaeb7db6124b7c19df46d54d8693b7257b1 (patch)
treed2a6b1375e8282dfe51a9405e12e406a4b44e0ca
parent9c0c1f333ab8f5a3da055b99ee94778689face17 (diff)
Tweak documentation to mention Debug+Asserts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107863 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/analyzer/installation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html
index b84f263972..c82683fb5d 100644
--- a/www/analyzer/installation.html
+++ b/www/analyzer/installation.html
@@ -90,8 +90,8 @@ source code</a>.<p>
<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