[llvm] r338254 - [doc] Fix Getting Started typo.

Joel Galenson via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 08:14:24 PDT 2018


Author: jgalenson
Date: Mon Jul 30 08:14:24 2018
New Revision: 338254

URL: http://llvm.org/viewvc/llvm-project?rev=338254&view=rev
Log:
[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

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=338254&r1=338253&r2=338254&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Mon Jul 30 08:14:24 2018
@@ -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




More information about the llvm-commits mailing list