From: Ted Kremenek Date: Wed, 29 Sep 2010 21:41:56 +0000 (+0000) Subject: Update docs to include proper location of clang binary. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df1997d84757335809f0b5a2b2b6dff9752edba2;p=clang Update docs to include proper location of clang binary. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115088 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html index 9eaacd72d7..b0e56f82c4 100644 --- a/www/analyzer/installation.html +++ b/www/analyzer/installation.html @@ -91,7 +91,7 @@ source code.

  • The location of the clang binary.

    For example, if you built a Debug+Asserts build of LLVM/Clang (the -default), the resultant clang binary will be in $(OBJDIR)/Debug+Asserts +default), the resultant clang binary will be in $(OBJDIR)/Debug+Asserts/bin (where $(OBJDIR) is often the same as the root source directory). You can also do make install to install the LLVM/Clang libaries and binaries to the installation directory of your choice (specified when you run