summaryrefslogtreecommitdiffstats
path: root/clang/www
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-09-29 21:41:56 +0000
committerTed Kremenek <kremenek@apple.com>2010-09-29 21:41:56 +0000
commit2e0c7cc8c3aeafc4210ec10014f4b2e22c944020 (patch)
treeba2282491791fa55bcee8c11f1f4248acf31931c /clang/www
parent88efc1c7a56ee35895d744e4c43a8fe14f6a5ebe (diff)
downloadbcm5719-llvm-2e0c7cc8c3aeafc4210ec10014f4b2e22c944020.tar.gz
bcm5719-llvm-2e0c7cc8c3aeafc4210ec10014f4b2e22c944020.zip
Update docs to include proper location of clang binary.
llvm-svn: 115088
Diffstat (limited to 'clang/www')
-rw-r--r--clang/www/analyzer/installation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/analyzer/installation.html b/clang/www/analyzer/installation.html
index 9eaacd72d7e..b0e56f82c42 100644
--- a/clang/www/analyzer/installation.html
+++ b/clang/www/analyzer/installation.html
@@ -91,7 +91,7 @@ source code</a>.<p>
<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
OpenPOWER on IntegriCloud