From: Duncan Sands Date: Thu, 8 Jul 2010 08:31:28 +0000 (+0000) Subject: Tweak documentation to mention Debug+Asserts. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c63cadaeb7db6124b7c19df46d54d8693b7257b1;p=clang Tweak documentation to mention Debug+Asserts. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107863 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.

  • The location of the clang binary. -

    For example, if you built a Debug build of LLVM/Clang, the -resultantclang binary will be in $(OBJDIR)/Debug +

    For example, if you built a Debug+Asserts build of LLVM/Clang (the +default), the resultantclang binary will be in $(OBJDIR)/Debug+Asserts (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