Fix comment for function RuntimeDyldImpl.resolveRelocation()
authorDanil Malyshev <dmalyshev@accesssoftek.com>
Mon, 27 Aug 2012 15:34:01 +0000 (15:34 +0000)
committerDanil Malyshev <dmalyshev@accesssoftek.com>
Mon, 27 Aug 2012 15:34:01 +0000 (15:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162677 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h

index 3d8999437c8b5d89b212a476249bf230a112e9f8..4b998eacfe35d0bc5d35423ad596dca43137e79b 100644 (file)
@@ -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