mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-07 12:30:57 +00:00
7803ec3d45
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
5 lines
68 B
CMake
5 lines
68 B
CMake
add_llvm_library(LLVMMCJIT
|
|
MCJIT.cpp
|
|
MCJITMemoryManager.cpp
|
|
)
|