[NFC] Removing experimental designation for ninja in docs.

Summary:
Ninja is no longer an experimental tool, documentation changed to
reflect this.

Reviewers: nikola

Reviewed By: nikola

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D73567
This commit is contained in:
Nate Voorhies 2020-01-28 11:11:04 -08:00
parent 43a1c80508
commit 84118fac3a

View file

@ -140,7 +140,7 @@ Examples:
return new clang::ASTConsumer(); return new clang::ASTConsumer();
} }
(Experimental) Using Ninja Build System Using Ninja Build System
======================================= =======================================
Optionally you can use the `Ninja <https://github.com/martine/ninja>`_ Optionally you can use the `Ninja <https://github.com/martine/ninja>`_
@ -197,4 +197,3 @@ Now you are ready to build and test LLVM using Ninja:
$ ninja check-all $ ninja check-all
Other target names can be used in the same way as with make. Other target names can be used in the same way as with make.