summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
diff options
context:
space:
mode:
authorDanil Malyshev <dmalyshev@accesssoftek.com>2012-08-27 15:34:01 +0000
committerDanil Malyshev <dmalyshev@accesssoftek.com>2012-08-27 15:34:01 +0000
commit52297414cb285d85ffb5513165ce3729ae12ffa8 (patch)
tree014835c174ad0e1c1d088c63c072b4f5be2ad4d2 /lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
parent23a22a29441b8b7d948e6ff7c2afb39e6528cfbd (diff)
downloadllvm-52297414cb285d85ffb5513165ce3729ae12ffa8.tar.gz
llvm-52297414cb285d85ffb5513165ce3729ae12ffa8.tar.bz2
llvm-52297414cb285d85ffb5513165ce3729ae12ffa8.tar.xz
Fix comment for function RuntimeDyldImpl.resolveRelocation()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h')
-rw-r--r--lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
index 3d8999437c..4b998eacfe 100644
--- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
+++ b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
@@ -223,7 +223,10 @@ protected:
void resolveRelocationEntry(const RelocationEntry &RE, uint64_t Value);
/// \brief A object file specific relocation resolver
- /// \param Address Address to apply the relocation action
+ /// \param LocalAddress The address to apply the relocation action
+ /// \param FinalAddress If the linker prepare code for remote executon then
+ /// FinalAddress has the remote address to apply the
+ /// relocation action, otherwise is same as LocalAddress
/// \param Value Target symbol address to apply the relocation action
/// \param Type object file specific relocation type
/// \param Addend A constant addend used to compute the value to be stored