1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02: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:
Chris Bieneman 2016-03-18 21:57:51 +00:00
parent 9635aa4d95
commit b6aca00b70
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ CLANG_ENABLE_BOOTSTRAP.
$ make -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On <path to source>
$ ninja stage2
This command itself isnt 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)
=============================================
Apples 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

View File

@ -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
========================

View File

@ -65,7 +65,7 @@ representation.
:hidden:
CMake
Advanced_Builds
AdvancedBuilds
HowToBuildOnARM
HowToCrossCompileLLVM
CommandGuide/index