mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 10:53:55 +00: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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb980bd3e2
commit
eceee13676
@ -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…
x
Reference in New Issue
Block a user