[llvm] r352477 - [llvm-symbolizer][doc] Tweak wording of --adjust-vma switch description
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 29 02:43:48 PST 2019
Author: jhenderson
Date: Tue Jan 29 02:43:48 2019
New Revision: 352477
URL: http://llvm.org/viewvc/llvm-project?rev=352477&view=rev
Log:
[llvm-symbolizer][doc] Tweak wording of --adjust-vma switch description
The address isn't dynamically relocated. The object is.
Modified:
llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst
Modified: llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst?rev=352477&r1=352476&r2=352477&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst Tue Jan 29 02:43:48 2019
@@ -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
-----------
More information about the llvm-commits
mailing list