From c23bed32d439c00ca95498a5b602a16df13a20dc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 16 Dec 2018 14:19:39 +0000 Subject: [PATCH] Use backquotes to avoid a sphinx unexpected error: Unknown target name: "bootstrap". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349301 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AdvancedBuilds.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AdvancedBuilds.rst b/docs/AdvancedBuilds.rst index 8fb1eb5106f..695dcfb62a1 100644 --- a/docs/AdvancedBuilds.rst +++ b/docs/AdvancedBuilds.rst @@ -51,7 +51,7 @@ CMake option, each variable separated by a ";". As example: $ cmake -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On -DCLANG_BOOTSTRAP_PASSTHROUGH="CMAKE_INSTALL_PREFIX;CMAKE_VERBOSE_MAKEFILE" $ ninja stage2 -CMake options starting by BOOTSTRAP_ will be passed only to the stage2 build. +CMake options starting by ``BOOTSTRAP_`` will be passed only to the stage2 build. This gives the opportunity to use Clang specific build flags. For example, the following CMake call will enabled '-fno-addrsig' only during the stage2 build for C and C++. -- 2.50.1