Add support for deleting a module provider from a JIT in such a way that it does...
authorNate Begeman <natebegeman@mac.com>
Fri, 23 Jan 2009 19:27:28 +0000 (19:27 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 23 Jan 2009 19:27:28 +0000 (19:27 +0000)
commit60789e419e04c260e36af9a1add5ad316313e490
treeea85a92bbe18370a4773874fe6227a7d6eca29ba
parent80303aade2b473004bde914db6c368a77af0f8a8
Add support for deleting a module provider from a JIT in such a way that it does not cause the owned module to be fully materialized.

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