[clang] 84118fa - [NFC] Removing experimental designation for ninja in docs.

Nate Voorhies via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 28 15:28:56 PST 2020


Author: Nate Voorhies
Date: 2020-01-28T15:28:40-08:00
New Revision: 84118fac3abee44ba89a4cfe1c0c40b254e63830

URL: https://github.com/llvm/llvm-project/commit/84118fac3abee44ba89a4cfe1c0c40b254e63830
DIFF: https://github.com/llvm/llvm-project/commit/84118fac3abee44ba89a4cfe1c0c40b254e63830.diff

LOG: [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

Added: 
    

Modified: 
    clang/docs/HowToSetupToolingForLLVM.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/HowToSetupToolingForLLVM.rst b/clang/docs/HowToSetupToolingForLLVM.rst
index dfa199ec5951..58f10cfeffc1 100644
--- a/clang/docs/HowToSetupToolingForLLVM.rst
+++ b/clang/docs/HowToSetupToolingForLLVM.rst
@@ -140,7 +140,7 @@ Examples:
       return new clang::ASTConsumer();
   }
 
-(Experimental) Using Ninja Build System
+Using Ninja Build System
 =======================================
 
 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
 
 Other target names can be used in the same way as with make.
-


        


More information about the cfe-commits mailing list