From 7b07d4ae5ad66bba497d072e7e95f65aea63c187 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 8 Jul 2010 19:43:08 +0000 Subject: [PATCH] Add missing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107897 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/analyzer/installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html index c82683fb5d..9eaacd72d7 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 resultantclang binary will be in $(OBJDIR)/Debug+Asserts +default), the resultant clang 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 -- 2.40.0