diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 2562b76..e4f063b 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -209,12 +209,14 @@ OPTIONS 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> |