[PATCH] D49201: [doc] Fix Getting Started typo.
Joel Galenson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 30 08:14:42 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL338254: [doc] Fix Getting Started typo. (authored by jgalenson, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49201?vs=155048&id=157968#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49201
Files:
llvm/trunk/docs/GettingStarted.rst
Index: llvm/trunk/docs/GettingStarted.rst
===================================================================
--- llvm/trunk/docs/GettingStarted.rst
+++ llvm/trunk/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.157968.patch
Type: text/x-patch
Size: 462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180730/b3da6a0f/attachment.bin>
More information about the llvm-commits
mailing list