[PATCH] D86123: [llvm-objdump] Attempt to fix html doc generation issue.
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 18:06:38 PDT 2020
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGde0c7a044b24: [llvm-objdump] Attempt to fix html doc generation issue. (authored by hoyFB).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86123/new/
https://reviews.llvm.org/D86123
Files:
llvm/docs/CommandGuide/llvm-objdump.rst
Index: llvm/docs/CommandGuide/llvm-objdump.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-objdump.rst
+++ llvm/docs/CommandGuide/llvm-objdump.rst
@@ -209,12 +209,14 @@
A non-symbolized branch instruction with a local target and pc-relative memory access like
.. code-block:: none
+
cmp eax, dword ptr [rip + 4112]
jge 0x20117e <_start+0x25>
might become
.. code-block:: none
+
<L0>:
cmp eax, dword ptr <g>
jge <L0>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86123.286188.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200818/183866ae/attachment.bin>
More information about the llvm-commits
mailing list