summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-symbolizer.rst
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2019-01-29 10:43:48 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2019-01-29 10:43:48 +0000
commit6f39f6ace7244734b5bd4899b16f7aba1f04399d (patch)
tree14bf72d8e27a1eb5756cfeb0a4a2ecf2bc48eb9d /llvm/docs/CommandGuide/llvm-symbolizer.rst
parent06a342b2d67b52e07b07d2246c43a5cb9d72b998 (diff)
downloadbcm5719-llvm-6f39f6ace7244734b5bd4899b16f7aba1f04399d.tar.gz
bcm5719-llvm-6f39f6ace7244734b5bd4899b16f7aba1f04399d.zip
[llvm-symbolizer][doc] Tweak wording of --adjust-vma switch description
The address isn't dynamically relocated. The object is. llvm-svn: 352477
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-symbolizer.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-symbolizer.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index c6933219dac..b794f56246f 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -126,8 +126,7 @@ OPTIONS
.. option:: -adjust-vma=<offset>
Add the specified offset to object file addresses when performing lookups. This
- can be used to simplify lookups when the object is not loaded at a dynamically
- relocated address.
+ can be used to perform lookups as if the object were relocated by the offset.
EXIT STATUS
-----------
OpenPOWER on IntegriCloud