summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2018-07-30 15:14:24 +0000
committerJoel Galenson <jgalenson@google.com>2018-07-30 15:14:24 +0000
commit764b3d8cc59fbe3523c444d011f981aaec689d6d (patch)
tree39807da53345210b1301f07d87c8671a0b1913fc /llvm/docs
parentcdbe44c95cf7b7277452e30845689846ddf4d31e (diff)
downloadbcm5719-llvm-764b3d8cc59fbe3523c444d011f981aaec689d6d.tar.gz
bcm5719-llvm-764b3d8cc59fbe3523c444d011f981aaec689d6d.zip
[doc] Fix Getting Started typo.
This makes it easier for someone to copy-paste this line, change the path, and run the command. Differential Revision: https://reviews.llvm.org/D49201 llvm-svn: 338254
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/GettingStarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 7cfd67ce715..16660acc2e5 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -838,7 +838,7 @@ To configure LLVM, follow these steps:
.. code-block:: console
- % cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=prefix=/install/path
+ % cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/install/path
[other options] SRC_ROOT
Compiling the LLVM Suite Source Code
OpenPOWER on IntegriCloud