mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[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
This commit is contained in:
parent
0ac6160f34
commit
a4d0455833
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user