llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt
Danil Malyshev 7803ec3d45 Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120305/138477.html
1. Declare a virtual function getPointerToNamedFunction() in JITMemoryManager
2. Move the implementation of getPointerToNamedFunction() form JIT/MCJIT to DefaultJITMemoryManager.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153205 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-21 18:26:47 +00:00

5 lines
68 B
CMake

add_llvm_library(LLVMMCJIT
MCJIT.cpp
MCJITMemoryManager.cpp
)