[PATCH] D109092: [docs][lli] Fix list rst docs formatting
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 14:22:45 PDT 2021
luismarques created this revision.
luismarques added reviewers: jhenderson, asb.
luismarques requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This seems to have been broken for many years...
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109092
Files:
llvm/docs/CommandGuide/lli.rst
Index: llvm/docs/CommandGuide/lli.rst
===================================================================
--- llvm/docs/CommandGuide/lli.rst
+++ llvm/docs/CommandGuide/lli.rst
@@ -174,7 +174,8 @@
.. 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-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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109092.370057.patch
Type: text/x-patch
Size: 909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210901/ad5d0a82/attachment.bin>
More information about the llvm-commits
mailing list