From: Francesco Petrogalli Date: Tue, 24 Jan 2023 13:06:17 +0000 (+0100) Subject: [llvm][docs] Fix indentation of item list. [NFCI] X-Git-Tag: upstream/17.0.6~19812 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a06ca121cbf6ae36fbd56af2dfedcf6f855839ef;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index f1bb2d7..f2158a4 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