ncv created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
ncv added a reviewer: nikola.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73567

Files:
  clang/docs/HowToSetupToolingForLLVM.rst


Index: clang/docs/HowToSetupToolingForLLVM.rst
===================================================================
--- clang/docs/HowToSetupToolingForLLVM.rst
+++ clang/docs/HowToSetupToolingForLLVM.rst
@@ -140,7 +140,7 @@
       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 @@
   $ ninja check-all
 
 Other target names can be used in the same way as with make.
-


Index: clang/docs/HowToSetupToolingForLLVM.rst
===================================================================
--- clang/docs/HowToSetupToolingForLLVM.rst
+++ clang/docs/HowToSetupToolingForLLVM.rst
@@ -140,7 +140,7 @@
       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 @@
   $ ninja check-all
 
 Other target names can be used in the same way as with make.
-
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D73567: [NFC] Removi... Nate Voorhies via Phabricator via cfe-commits

Reply via email to