1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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 55d2588d89
commit b26151629d

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