diff options
author | Danil Malyshev <dmalyshev@accesssoftek.com> | 2012-08-27 15:34:01 +0000 |
---|---|---|
committer | Danil Malyshev <dmalyshev@accesssoftek.com> | 2012-08-27 15:34:01 +0000 |
commit | 97714bc14973e09347ef32a034a94306137394af (patch) | |
tree | 873fd9696742019736664d7a8f7c9be4e20ed492 /llvm/lib/ExecutionEngine/RuntimeDyld | |
parent | d1d1a814b785cc28c3dac566423604ab7d66f54c (diff) | |
download | bcm5719-llvm-97714bc14973e09347ef32a034a94306137394af.tar.gz bcm5719-llvm-97714bc14973e09347ef32a034a94306137394af.zip |
Fix comment for function RuntimeDyldImpl.resolveRelocation()
llvm-svn: 162677
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld')
-rw-r--r-- | llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h index 3d8999437c8..4b998eacfe3 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h +++ b/llvm/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 |