From 84118fac3abee44ba89a4cfe1c0c40b254e63830 Mon Sep 17 00:00:00 2001 From: Nate Voorhies Date: Tue, 28 Jan 2020 11:11:04 -0800 Subject: [PATCH] [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 --- clang/docs/HowToSetupToolingForLLVM.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/docs/HowToSetupToolingForLLVM.rst b/clang/docs/HowToSetupToolingForLLVM.rst index dfa199e..58f10cf 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 `_ @@ -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. - -- 2.7.4