diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2018-12-16 14:19:39 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2018-12-16 14:19:39 +0000 |
| commit | 45281b6f383d87bb9347f0689c3c852f7d83313c (patch) | |
| tree | 477100dc291cc6ad8ccbf36063589f77bc96ba4a /llvm | |
| parent | 6a68efc959bd1024506bf661a9e155de8a8440da (diff) | |
| download | bcm5719-llvm-45281b6f383d87bb9347f0689c3c852f7d83313c.tar.gz bcm5719-llvm-45281b6f383d87bb9347f0689c3c852f7d83313c.zip | |
Use backquotes to avoid a sphinx unexpected error:
Unknown target name: "bootstrap".
llvm-svn: 349301
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/AdvancedBuilds.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AdvancedBuilds.rst b/llvm/docs/AdvancedBuilds.rst index 8fb1eb5106f..695dcfb62a1 100644 --- a/llvm/docs/AdvancedBuilds.rst +++ b/llvm/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" <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++. |

