summaryrefslogtreecommitdiffstats
path: root/www/analyzer
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2015-11-09 16:12:56 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2015-11-09 16:12:56 +0000
commitd715f31c8e4857786e42156d3958c785b614e55c (patch)
tree2e735e89cb55624f2bd13e19625f803785e4b3bc /www/analyzer
parenteda0676beeb85c24a026477cc2de45870e14a84a (diff)
Create install targets for scan-build and scan-view
http://reviews.llvm.org/D14403 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/analyzer')
-rw-r--r--www/analyzer/installation.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html
index 44c3784eaf..6a855999c5 100644
--- a/www/analyzer/installation.html
+++ b/www/analyzer/installation.html
@@ -100,11 +100,8 @@ binaries to the installation directory of your choice (specified when you run
<li>The locations of the <tt>scan-build</tt> and <tt>scan-view</tt>
programs.
-<p>Currently these are not installed using <tt>make install</tt>, and
-are located in <tt>$(SRCDIR)/tools/clang/tools/scan-build</tt> and
-<tt>$(SRCDIR)/tools/clang/tools/scan-view</tt> respectively (where
-<tt>$(SRCDIR)</tt> is the root LLVM source directory). These locations
-are subject to change.</p></li>
+<p>These are installed via <tt>make install</tt> into the bin directory
+when clang is built.</p></li>
</ul>
</div>