Improved support in RuntimeDyldMachO for generating
authorSean Callanan <scallanan@apple.com>
Wed, 7 Mar 2012 23:05:25 +0000 (23:05 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 7 Mar 2012 23:05:25 +0000 (23:05 +0000)
commit61dfa77fce2b6b6261e43334aec060129eac5c6c
tree6446368a280009accf9ff899218cc08c8f4c8d02
parent7afcda0c582f57a46de32e88ad6c6d5b25d513ce
Improved support in RuntimeDyldMachO for generating
code that will be relocated into another memory space.
Now when relocations are resolved, the address of
the relocation in the host memory (where the JIT is)
is passed separately from the address that the
relocation will be at in the target memory (where
the code will run).

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