[RuntimeDyld] Add a notifyObjectLoaded method to RuntimeDyld::MemoryManager.
authorLang Hames <lhames@gmail.com>
Sun, 10 Jan 2016 23:59:41 +0000 (23:59 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 10 Jan 2016 23:59:41 +0000 (23:59 +0000)
commite6dd20c1d72877bda1a940c6de8af993b730dc76
treefb1f2e3143887968d90bf72c8ed7817842d17ab7
parent66a4a1fe878a45e50dc5ddcea7290f899b620057
[RuntimeDyld] Add a notifyObjectLoaded method to RuntimeDyld::MemoryManager.

This is a more generic version of the MCJITMemoryManager::notifyObjectLoaded
method: It provides only a RuntimeDyld reference (rather than an
ExecutionEngine), and so can be used with ORC JIT stacks.

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