diff options
| author | Lang Hames <lhames@gmail.com> | 2016-09-04 07:24:11 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2016-09-04 07:24:11 +0000 |
| commit | 3301c7eebd4ede04916c95caba153908c66fe3f9 (patch) | |
| tree | 114b81c434bc78be35dadbf7b88614c9ecc04e57 /llvm/lib/ExecutionEngine/MCJIT | |
| parent | 7673ba7ac214e98aa97e54072392859a236bcd70 (diff) | |
| download | bcm5719-llvm-3301c7eebd4ede04916c95caba153908c66fe3f9.tar.gz bcm5719-llvm-3301c7eebd4ede04916c95caba153908c66fe3f9.zip | |
[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.
llvm-svn: 280616
Diffstat (limited to 'llvm/lib/ExecutionEngine/MCJIT')
| -rw-r--r-- | llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp index 71cd7ad0d8e..42a180bcdfd 100644 --- a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp +++ b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp @@ -29,8 +29,6 @@ using namespace llvm; -void ObjectCache::anchor() {} - namespace { static struct RegisterJIT { |

