[PATCH] D73567: [NFC] Removing experimental designation for ninja in docs.

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rG84118fac3abe: [NFC] Removing experimental designation for ninja in docs. (authored by ncv).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73567/new/

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.
-


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73567.241014.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200128/68add2d0/attachment.bin>


More information about the cfe-commits mailing list