OSDN Git Service

[ExecutionEngine] Move ObjectCache::anchor from MCJIT to ExecutionEngine.
authorLang Hames <lhames@gmail.com>
Sun, 4 Sep 2016 07:24:11 +0000 (07:24 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 4 Sep 2016 07:24:11 +0000 (07:24 +0000)
commitc6f214bfea47f8bf6bb614130c3a1e452aa034c0
treee1a0130c4eab9fe417812c03fa8d5762b7670acf
parente99c574578cbf2028738aa6b35b719eee188a8ef
[ExecutionEngine] Move ObjectCache::anchor from MCJIT to ExecutionEngine.

ObjectCache is an ExecutionEngine utility, so its anchor belongs there. The
practical impact of this change is that ORC users no longer need to link MCJIT
to use ObjectCaches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280616 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/MCJIT/MCJIT.cpp