[docs] Motivate ninja in GettingStarted.rst
authorVedant Kumar <vsk@apple.com>
Thu, 17 Dec 2015 20:49:48 +0000 (20:49 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 17 Dec 2015 20:49:48 +0000 (20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255924 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index c0741f1400c531af4210584663dbf05f6e16acd3..2585ce135ba652123a92415e850b46c13a1c1c88 100644 (file)
@@ -88,7 +88,7 @@ Here's the short story for getting up and running quickly with LLVM:
 
      * ``Unix Makefiles`` --- for generating make-compatible parallel makefiles.
      * ``Ninja`` --- for generating `Ninja <http://martine.github.io/ninja/>`
-        build files.
+        build files. Most llvm developers use Ninja.
      * ``Visual Studio`` --- for generating Visual Studio projects and
         solutions.
      * ``Xcode`` --- for generating Xcode projects.