Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining refer...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 28 Jun 2013 21:40:16 +0000 (21:40 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 28 Jun 2013 21:40:16 +0000 (21:40 +0000)
commit40d8171e3e74f4786d89a8f1fb370653f81c7941
tree55b7b1eb71aec541dbbb27eff4551e2e952fd061
parent75f29256f3587b19740398adb9678b6ba376912f
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining references to returned objects

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185221 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ObjectCache.h
lib/ExecutionEngine/MCJIT/MCJIT.cpp
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp