[llvm] r180725 - Update the documentation.

Rafael Espindola rafael.espindola at gmail.com
Mon Apr 29 12:33:52 PDT 2013


Author: rafael
Date: Mon Apr 29 14:33:51 2013
New Revision: 180725

URL: http://llvm.org/viewvc/llvm-project?rev=180725&view=rev
Log:
Update the documentation.

Modified:
    llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h

Modified: llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h?rev=180725&r1=180724&r2=180725&view=diff
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h (original)
+++ llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h Mon Apr 29 14:33:51 2013
@@ -271,12 +271,8 @@ protected:
   void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
 
   /// \brief A object file specific relocation resolver
-  /// \param Section The section where the relocation is being applied
-  /// \param Offset The offset into the section for this relocation
+  /// \param RE The relocation to be resolved
   /// \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
-  ///        into the relocatable field
   virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
 
   /// \brief Parses the object file relocation and stores it to Relocations





More information about the llvm-commits mailing list