diff options
author | Vedant Kumar <vsk@apple.com> | 2015-12-17 20:49:48 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2015-12-17 20:49:48 +0000 |
commit | febeff791bd138a6a9b2151ef85252d48801046d (patch) | |
tree | 7f31f85bcd71ed63fd54307ce456f44717f2c60b | |
parent | 22803d448864110b4b488b673ce3b230514160fc (diff) | |
download | bcm5719-llvm-febeff791bd138a6a9b2151ef85252d48801046d.tar.gz bcm5719-llvm-febeff791bd138a6a9b2151ef85252d48801046d.zip |
[docs] Motivate ninja in GettingStarted.rst
llvm-svn: 255924
-rw-r--r-- | llvm/docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index c0741f1400c..2585ce135ba 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/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 <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. |