From 6f39f6ace7244734b5bd4899b16f7aba1f04399d Mon Sep 17 00:00:00 2001 From: James Henderson Date: Tue, 29 Jan 2019 10:43:48 +0000 Subject: [PATCH] [llvm-symbolizer][doc] Tweak wording of --adjust-vma switch description The address isn't dynamically relocated. The object is. llvm-svn: 352477 --- llvm/docs/CommandGuide/llvm-symbolizer.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index c6933219dacb..b794f56246ff 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -126,8 +126,7 @@ OPTIONS .. option:: -adjust-vma= 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 -----------