[llvm] a06ca12 - [llvm][docs] Fix indentation of item list. [NFCI]

Francesco Petrogalli via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 06:37:38 PST 2023


Author: Francesco Petrogalli
Date: 2023-01-24T15:37:09+01:00
New Revision: a06ca121cbf6ae36fbd56af2dfedcf6f855839ef

URL: https://github.com/llvm/llvm-project/commit/a06ca121cbf6ae36fbd56af2dfedcf6f855839ef
DIFF: https://github.com/llvm/llvm-project/commit/a06ca121cbf6ae36fbd56af2dfedcf6f855839ef.diff

LOG: [llvm][docs] Fix indentation of item list. [NFCI]

This fixes the rendering of the items at https://llvm.org/docs/GettingStarted.html#stand-alone-builds

Differential Revision: https://reviews.llvm.org/D142457

Added: 
    

Modified: 
    llvm/docs/GettingStarted.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index f1bb2d751cec..f2158a479d4f 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -149,8 +149,8 @@ Notice that:
   original folder where LLVMN was built
   (`$builddir!=$builddir_subproj`).
 * ``LLVM_ROOT`` should point to the prefix of your llvm installation,
-   so for example, if llvm is installed into ``/usr/bin`` and
-   ``/usr/lib64``, then you should pass ``-DLLVM_ROOT=/usr/``.
+  so for example, if llvm is installed into ``/usr/bin`` and
+  ``/usr/lib64``, then you should pass ``-DLLVM_ROOT=/usr/``.
 * Both the ``LLVM_ROOT`` and ``LLVM_EXTERNAL_LIT`` options are
   required to do stand-alone builds for all sub-projects.  Additional
   required options for each sub-project can be found in the table


        


More information about the llvm-commits mailing list