diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-symbolizer.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index afd94483a42..c6933219dac 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -123,6 +123,12 @@ OPTIONS Strip directories when printing the file path. +.. 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. + EXIT STATUS ----------- |