diff options
author | Esme-Yi <esme.yi@ibm.com> | 2021-12-21 04:17:57 +0000 |
---|---|---|
committer | Esme-Yi <esme.yi@ibm.com> | 2021-12-21 04:17:57 +0000 |
commit | b66328701a525d026a91b10df011712e5811319e (patch) | |
tree | e324e6eac888b0738f061e7e27acca53f3e92f26 /llvm/docs/CommandGuide/llvm-objdump.rst | |
parent | 8f85d5205da0310a40fcb92d1830ffa1de99d566 (diff) | |
download | llvm-b66328701a525d026a91b10df011712e5811319e.zip llvm-b66328701a525d026a91b10df011712e5811319e.tar.gz llvm-b66328701a525d026a91b10df011712e5811319e.tar.bz2 |
[PowerPC][llvm-objdump] enable --symbolize-operands for PowerPC ELF/XCOFF.
Summary: When disassembling, symbolize a branch target operand
to print a label instead of a real address.
Reviewed By: shchenz
Differential Revision: https://reviews.llvm.org/D114492
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 88bade71..bd4b77e 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -226,7 +226,7 @@ OPTIONS When printing a PC-relative global symbol reference, print it as an offset from the leading symbol. - Only works with an X86 linked image. + Only works with PowerPC objects or X86 linked images. Example: A non-symbolized branch instruction with a local target and pc-relative memory access like |