diff --git a/llvm/docs/Advanced_Builds.rst b/llvm/docs/AdvancedBuilds.rst similarity index 97% rename from llvm/docs/Advanced_Builds.rst rename to llvm/docs/AdvancedBuilds.rst index 126f9d0f2fb4..39f8be9a93e8 100644 --- a/llvm/docs/Advanced_Builds.rst +++ b/llvm/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/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 34493385207b..0bd92bfe9a47 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/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/llvm/docs/index.rst b/llvm/docs/index.rst index 4b6d0466f279..2f253485dd0e 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -65,7 +65,7 @@ representation. :hidden: CMake - Advanced_Builds + AdvancedBuilds HowToBuildOnARM HowToCrossCompileLLVM CommandGuide/index