OSDN Git Service

It doesn't make sense to move symbol relocations to section relocations when
authorEli Bendersky <eli.bendersky@intel.com>
Mon, 30 Apr 2012 12:15:58 +0000 (12:15 +0000)
committerEli Bendersky <eli.bendersky@intel.com>
Mon, 30 Apr 2012 12:15:58 +0000 (12:15 +0000)
commit37bc5a200092f1b41da799c75da70258015e43a4
treec8c36e8e988def301771c3335ffa965a4e0b497a
parent5ff30e70f8dc4ddfdb3bd6925ccdf524130a7b95
It doesn't make sense to move symbol relocations to section relocations when
relocations are resolved.  It's much more reasonable to do this decision when
relocations are just being added - we have all the information at that point.

Also a bit of renaming and extra comments to clarify extensions.

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