[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 06:37:48 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa06ca121cbf6: [llvm][docs] Fix indentation of item list. [NFCI] (authored by fpetrogalli).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142457/new/

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.491755.patch
Type: text/x-patch
Size: 793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230124/4d1691b8/attachment.bin>


More information about the llvm-commits mailing list