diff options
author | Joel Galenson <jgalenson@google.com> | 2018-07-30 15:14:24 +0000 |
---|---|---|
committer | Joel Galenson <jgalenson@google.com> | 2018-07-30 15:14:24 +0000 |
commit | 764b3d8cc59fbe3523c444d011f981aaec689d6d (patch) | |
tree | 39807da53345210b1301f07d87c8671a0b1913fc | |
parent | cdbe44c95cf7b7277452e30845689846ddf4d31e (diff) | |
download | llvm-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.rst | 2 |
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 |