[llvm] r349301 - Use backquotes to avoid a sphinx unexpected error:

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 16 06:19:39 PST 2018


Author: sylvestre
Date: Sun Dec 16 06:19:39 2018
New Revision: 349301

URL: http://llvm.org/viewvc/llvm-project?rev=349301&view=rev
Log:
Use backquotes to avoid a sphinx unexpected error:
Unknown target name: "bootstrap".


Modified:
    llvm/trunk/docs/AdvancedBuilds.rst

Modified: llvm/trunk/docs/AdvancedBuilds.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AdvancedBuilds.rst?rev=349301&r1=349300&r2=349301&view=diff
==============================================================================
--- llvm/trunk/docs/AdvancedBuilds.rst (original)
+++ llvm/trunk/docs/AdvancedBuilds.rst Sun Dec 16 06:19:39 2018
@@ -51,7 +51,7 @@ CMake option, each variable separated by
   $ cmake -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On -DCLANG_BOOTSTRAP_PASSTHROUGH="CMAKE_INSTALL_PREFIX;CMAKE_VERBOSE_MAKEFILE" <path to source>
   $ 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++.




More information about the llvm-commits mailing list