[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 17:45:58 PDT 2020


hoy updated this revision to Diff 286184.
hoy added a comment.

Updating D86123 <https://reviews.llvm.org/D86123>: [llvm-objdump] Attempt to fix html doc generation issue.


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.286184.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200818/5c437d1d/attachment.bin>


More information about the llvm-commits mailing list