From b12341d9ee2e105229e8279b5aa4eaf7e99a1ab9 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Thu, 17 Dec 2015 20:49:48 +0000 Subject: [PATCH] [docs] Motivate ninja in GettingStarted.rst git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255924 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index c0741f1400c..2585ce135ba 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -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 ` - build files. + build files. Most llvm developers use Ninja. * ``Visual Studio`` --- for generating Visual Studio projects and solutions. * ``Xcode`` --- for generating Xcode projects.