summaryrefslogtreecommitdiffstats
path: root/clang/docs/HowToSetupToolingForLLVM.rst
diff options
context:
space:
mode:
authorNikola Smiljanic <popizdeh@gmail.com>2013-01-11 07:23:53 +0000
committerNikola Smiljanic <popizdeh@gmail.com>2013-01-11 07:23:53 +0000
commit9d22fb11baff1920965e983d8baecf4a557778f1 (patch)
tree7e309acaddcabe69a22c6eebde13ca5bcf2fe5f5 /clang/docs/HowToSetupToolingForLLVM.rst
parent5cb6c6264121d03df771cb24cdb9db56b4b20c80 (diff)
downloadbcm5719-llvm-9d22fb11baff1920965e983d8baecf4a557778f1.tar.gz
bcm5719-llvm-9d22fb11baff1920965e983d8baecf4a557778f1.zip
Fix spelling error and remove the part about CMake having experimental Ninja support since 2.8.9 has been released some time ago.
llvm-svn: 172182
Diffstat (limited to 'clang/docs/HowToSetupToolingForLLVM.rst')
-rw-r--r--clang/docs/HowToSetupToolingForLLVM.rst20
1 files changed, 4 insertions, 16 deletions
diff --git a/clang/docs/HowToSetupToolingForLLVM.rst b/clang/docs/HowToSetupToolingForLLVM.rst
index 70685f33943..924774210b3 100644
--- a/clang/docs/HowToSetupToolingForLLVM.rst
+++ b/clang/docs/HowToSetupToolingForLLVM.rst
@@ -3,7 +3,7 @@ How To Setup Clang Tooling For LLVM
===================================
Clang Tooling provides infrastructure to write tools that need syntactic
-and semantic infomation about a program. This term also relates to a set
+and semantic information about a program. This term also relates to a set
of specific tools using this infrastructure (e.g. ``clang-check``). This
document provides information on how to set up and use Clang Tooling for
the LLVM source code.
@@ -144,24 +144,12 @@ Examples:
Optionally you can use the `Ninja <https://github.com/martine/ninja>`_
build system instead of make. It is aimed at making your builds faster.
-Currently this step will require building Ninja from sources and using a
-development version of CMake.
+Currently this step will require building Ninja from sources.
To take advantage of using Clang Tools along with Ninja build you need
-at least CMake 2.8.9. At the moment CMake 2.8.9 is still under
-development, so you can get latest development sources and build it
-yourself:
+at least CMake 2.8.9.
-.. code-block:: console
-
- $ git clone git://cmake.org/cmake.git
- $ cd cmake
- $ ./bootstrap
- $ make
- $ sudo make install
-
-Having the correct version of CMake, you can clone the Ninja git
-repository and build Ninja from sources:
+Clone the Ninja git repository and build Ninja from sources:
.. code-block:: console
OpenPOWER on IntegriCloud