[llvm-symbolizer][doc] Tweak wording of --adjust-vma switch description

The address isn't dynamically relocated. The object is.

llvm-svn: 352477
This commit is contained in:
James Henderson 2019-01-29 10:43:48 +00:00
parent 06a342b2d6
commit 6f39f6ace7
1 changed files with 1 additions and 2 deletions

View File

@ -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
-----------