[PATCH] D109092: [docs][lli] Fix lli rst docs formatting
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 13:54:41 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG771613295d92: [docs][lli] Fix lli rst docs formatting (authored by luismarques).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109092/new/
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.401395.patch
Type: text/x-patch
Size: 909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220119/256b3abe/attachment.bin>
More information about the llvm-commits
mailing list