[llvm] 7716132 - [docs][lli] Fix lli rst docs formatting
Luís Marques via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 13:54:29 PST 2022
Author: Luís Marques
Date: 2022-01-19T21:54:15Z
New Revision: 771613295d92d4e810351863390b5a870d09d278
URL: https://github.com/llvm/llvm-project/commit/771613295d92d4e810351863390b5a870d09d278
DIFF: https://github.com/llvm/llvm-project/commit/771613295d92d4e810351863390b5a870d09d278.diff
LOG: [docs][lli] Fix lli rst docs formatting
Differential Revision: https://reviews.llvm.org/D109092
Added:
Modified:
llvm/docs/CommandGuide/lli.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/lli.rst b/llvm/docs/CommandGuide/lli.rst
index 76d6e5f472b78..94c001380441f 100644
--- a/llvm/docs/CommandGuide/lli.rst
+++ b/llvm/docs/CommandGuide/lli.rst
@@ -174,7 +174,8 @@ CODE GENERATION OPTIONS
.. code-block:: text
=bigblock: Big-block register allocator
- =linearscan: linear scan register allocator =local - local register allocator
+ =linearscan: linear scan register allocator
+ =local: local register allocator
=simple: simple register allocator
.. option:: -relocation-model=model
@@ -184,7 +185,8 @@ CODE GENERATION OPTIONS
.. code-block:: text
=default: Target default relocation model
- =static: Non-relocatable code =pic - Fully relocatable, position independent code
+ =static: Non-relocatable code
+ =pic: Fully relocatable, position independent code
=dynamic-no-pic: Relocatable external references, non-relocatable code
.. option:: -spiller
More information about the llvm-commits
mailing list