diff options
author | Duncan Sands <baldrick@free.fr> | 2010-07-08 08:31:28 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-07-08 08:31:28 +0000 |
commit | b69d4ce5f338ece8001fd53ba763f708ad8d6ec5 (patch) | |
tree | cff2180d8c44fec0baf0d93ddf00471dbe179e5a /clang/www | |
parent | 1567f0fa7e40d5e6cd7cfeea8de72079f1e98792 (diff) | |
download | bcm5719-llvm-b69d4ce5f338ece8001fd53ba763f708ad8d6ec5.tar.gz bcm5719-llvm-b69d4ce5f338ece8001fd53ba763f708ad8d6ec5.zip |
Tweak documentation to mention Debug+Asserts.
llvm-svn: 107863
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/analyzer/installation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/analyzer/installation.html b/clang/www/analyzer/installation.html index b84f2639723..c82683fb5db 100644 --- a/clang/www/analyzer/installation.html +++ b/clang/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 |