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

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 05:09:10 PST 2023


fpetrogalli created this revision.
fpetrogalli added a reviewer: tstellar.
Herald added a project: All.
fpetrogalli requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142457

Files:
  llvm/docs/GettingStarted.rst


Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -149,8 +149,8 @@
   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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142457.491723.patch
Type: text/x-patch
Size: 793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230124/c87608fd/attachment.bin>


More information about the llvm-commits mailing list