summaryrefslogtreecommitdiffstats
path: root/docs/AdvancedBuilds.rst
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-03-18 22:11:51 +0000
committerChris Bieneman <beanz@apple.com>2016-03-18 22:11:51 +0000
commit07799b24b7ec0e6d2ccd16cc3c163cc6f8403cda (patch)
treedd217eb368eab2db2f896441d9a39a61e92a44c9 /docs/AdvancedBuilds.rst
parent2462cfbd350cbabad4c33c8aeb7601a7219be2fd (diff)
Fixing autocorrect changing cmake->make
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AdvancedBuilds.rst')
-rw-r--r--docs/AdvancedBuilds.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/AdvancedBuilds.rst b/docs/AdvancedBuilds.rst
index e3db51ef4696..dc808a0ab83f 100644
--- a/docs/AdvancedBuilds.rst
+++ b/docs/AdvancedBuilds.rst
@@ -34,7 +34,7 @@ CLANG_ENABLE_BOOTSTRAP.
.. code-block:: console
- $ make -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On <path to source>
+ $ cmake -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On <path to source>
$ ninja stage2
This command itself isn't terribly useful because it assumes default
@@ -62,7 +62,7 @@ You can build an Apple Clang compiler using the following commands:
.. code-block:: console
- $ make -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source>
+ $ cmake -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source>
$ ninja stage2-distribution
This CMake invocation configures the stage1 host compiler, and sets
@@ -96,7 +96,7 @@ running:
.. code-block:: console
- $ make -G Ninja -C <path_to_clang>/cmake/caches/PGO.cmake <source dir>
+ $ cmake -G Ninja -C <path_to_clang>/cmake/caches/PGO.cmake <source dir>
$ ninja stage2-instrumented-generate-profdata
If you let that run for a few hours or so, it will place a profdata file in your