mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Updates based on post-commit review of r263834
* Renamed to be camel case, consistent with other docs. * Fixed non-ascii characters (this is what I get for writing docs on an iPad). llvm-svn: 263840
This commit is contained in:
parent
9635aa4d95
commit
b6aca00b70
@ -37,7 +37,7 @@ CLANG_ENABLE_BOOTSTRAP.
|
||||
$ make -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On <path to source>
|
||||
$ 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
|
@ -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
|
||||
========================
|
||||
|
@ -65,7 +65,7 @@ representation.
|
||||
:hidden:
|
||||
|
||||
CMake
|
||||
Advanced_Builds
|
||||
AdvancedBuilds
|
||||
HowToBuildOnARM
|
||||
HowToCrossCompileLLVM
|
||||
CommandGuide/index
|
||||
|
Loading…
Reference in New Issue
Block a user