[PATCH] D49201: [doc] Fix Getting Started typo.
Joel Galenson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 11 12:55:10 PDT 2018
jgalenson created this revision.
jgalenson added a reviewer: hans.
Herald added a subscriber: llvm-commits.
This makes it easier for someone to copy-paste this line, change the path, and run the command.
Repository:
rL LLVM
https://reviews.llvm.org/D49201
Files:
docs/GettingStarted.rst
Index: docs/GettingStarted.rst
===================================================================
--- docs/GettingStarted.rst
+++ docs/GettingStarted.rst
@@ -838,7 +838,7 @@
.. 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49201.155048.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180711/7cc8b303/attachment.bin>
More information about the llvm-commits
mailing list