mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:19:57 +00:00
Use backquotes to avoid a sphinx unexpected error:
Unknown target name: "bootstrap". llvm-svn: 349301
This commit is contained in:
parent
59afa1fde5
commit
5f65a6f63e
@ -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++.
|
||||
|
Loading…
Reference in New Issue
Block a user