From eceee13676cf1291a365e00cfef19235755eaaf7 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Fri, 18 Mar 2016 21:57:51 +0000 Subject: [PATCH] Updates based on post-commit review of r263834 * Renamed to be camel case, consistent with other docs. * Fixed non-ascii characters (this is what I get for writing docs on an iPad). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263840 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/{Advanced_Builds.rst => AdvancedBuilds.rst} | 4 ++-- docs/CMake.rst | 2 +- docs/index.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/{Advanced_Builds.rst => AdvancedBuilds.rst} (97%) diff --git a/docs/Advanced_Builds.rst b/docs/AdvancedBuilds.rst similarity index 97% rename from docs/Advanced_Builds.rst rename to docs/AdvancedBuilds.rst index 126f9d0f2fb..39f8be9a93e 100644 --- a/docs/Advanced_Builds.rst +++ b/docs/AdvancedBuilds.rst @@ -37,7 +37,7 @@ CLANG_ENABLE_BOOTSTRAP. $ make -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On $ ninja stage2 -This command itself isn’t terribly useful because it assumes default +This command itself isn't terribly useful because it assumes default configurations for each stage. The next series of examples utilize CMake cache scripts to provide more complex options. @@ -49,7 +49,7 @@ general a stage*n* build is built using the output from stage*n-1*. Apple Clang Builds (A More Complex Bootstrap) ============================================= -Apple’s Clang builds are a slightly more complicated example of the simple +Apple's Clang builds are a slightly more complicated example of the simple bootstrapping scenario. Apple Clang is built using a 2-stage build. The stage1 compiler is a host-only compiler with some options set. The stage1 diff --git a/docs/CMake.rst b/docs/CMake.rst index 34493385207..0bd92bfe9a4 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -507,7 +507,7 @@ A few notes about CMake Caches: - It is recommended that all -D options should be specified *before* -C For more information about some of the advanced build configurations supported -via Cache files see :doc:`Advanced_Builds`. +via Cache files see :doc:`AdvancedBuilds`. Executing the test suite ======================== diff --git a/docs/index.rst b/docs/index.rst index 4b6d0466f27..2f253485dd0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -65,7 +65,7 @@ representation. :hidden: CMake - Advanced_Builds + AdvancedBuilds HowToBuildOnARM HowToCrossCompileLLVM CommandGuide/index