OSDN Git Service

RuntimeDyld cleanup:
authorEli Bendersky <eli.bendersky@intel.com>
Tue, 1 May 2012 10:41:12 +0000 (10:41 +0000)
committerEli Bendersky <eli.bendersky@intel.com>
Tue, 1 May 2012 10:41:12 +0000 (10:41 +0000)
commitc201e6eaf165c83f0092c43b371e509fa8eaf4cc
tree961f09b22aac729bb047c425c24975cc90ce6f4b
parent34df1600e003bf83678b308f7aa63522dfbd4f4a
RuntimeDyld cleanup:

- Improved parameter names for clarity
- Added comments
- emitCommonSymbols should return void because its return value is not being
  used anywhere
- Attempt to reduce the usage of the RelocationValueRef type. Restricts it
  for a single goal and may serve as a step for eventual removal.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155908 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp