diff options
author | Filip Pizlo <fpizlo@apple.com> | 2013-05-21 19:56:00 +0000 |
---|---|---|
committer | Filip Pizlo <fpizlo@apple.com> | 2013-05-21 19:56:00 +0000 |
commit | 34b9ee6f3b2d219645782e4a3c3d01e749d376a1 (patch) | |
tree | 308a380e489625e0c8ef29f00a4937007143de16 /llvm/lib/ExecutionEngine/CMakeLists.txt | |
parent | ccc11811052db89421ed8f7cdc42af4dda7f7f94 (diff) | |
download | bcm5719-llvm-34b9ee6f3b2d219645782e4a3c3d01e749d376a1.tar.gz bcm5719-llvm-34b9ee6f3b2d219645782e4a3c3d01e749d376a1.zip |
Put RTDyldMemoryManager into its own file, and make it linked into
libExecutionEngine. Move method implementations that aren't specific to
allocation out of SectionMemoryManager and into RTDyldMemoryManager.
This is in preparation for exposing RTDyldMemoryManager through the C
API.
llvm-svn: 182407
Diffstat (limited to 'llvm/lib/ExecutionEngine/CMakeLists.txt')
-rw-r--r-- | llvm/lib/ExecutionEngine/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/CMakeLists.txt b/llvm/lib/ExecutionEngine/CMakeLists.txt index cb11bfe93c7..3102c7bd582 100644 --- a/llvm/lib/ExecutionEngine/CMakeLists.txt +++ b/llvm/lib/ExecutionEngine/CMakeLists.txt @@ -3,6 +3,7 @@ add_llvm_library(LLVMExecutionEngine ExecutionEngine.cpp ExecutionEngineBindings.cpp + RTDyldMemoryManager.cpp TargetSelect.cpp ) |