aboutsummaryrefslogtreecommitdiff
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
parentcdbe44c95cf7b7277452e30845689846ddf4d31e (diff)
downloadllvm-764b3d8cc59fbe3523c444d011f981aaec689d6d.zip
llvm-764b3d8cc59fbe3523c444d011f981aaec689d6d.tar.gz
llvm-764b3d8cc59fbe3523c444d011f981aaec689d6d.tar.bz2
[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
-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 7cfd67c..16660ac 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