llvm-6502/lib/ExecutionEngine/RuntimeDyld
Eli Bendersky 37bc5a2000 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
2012-04-30 12:15:58 +00:00
..
CMakeLists.txt
GDBRegistrar.cpp
JITRegistrar.h
LLVMBuild.txt
Makefile
ObjectImage.h
RuntimeDyld.cpp It doesn't make sense to move symbol relocations to section relocations when 2012-04-30 12:15:58 +00:00
RuntimeDyldELF.cpp Code cleanup in RuntimeDyld: 2012-04-30 10:06:27 +00:00
RuntimeDyldELF.h
RuntimeDyldImpl.h It doesn't make sense to move symbol relocations to section relocations when 2012-04-30 12:15:58 +00:00
RuntimeDyldMachO.cpp Code cleanup in RuntimeDyld: 2012-04-30 10:06:27 +00:00
RuntimeDyldMachO.h