diff options
Diffstat (limited to 'llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt')
-rw-r--r-- | llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt b/llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt index 38fdffa0e99..2c0f8d65194 100644 --- a/llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt +++ b/llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt @@ -1,4 +1,5 @@ add_llvm_library(LLVMMCJIT MCJIT.cpp + MCJITMemoryManager.cpp Intercept.cpp ) |