summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/CMakeLists.txt
diff options
context:
space:
mode:
authorFilip Pizlo <fpizlo@apple.com>2013-05-21 20:24:07 +0000
committerFilip Pizlo <fpizlo@apple.com>2013-05-21 20:24:07 +0000
commit1cec8abfe953167e85d10eea38caf3a4e5affd60 (patch)
tree29454f8b8196fbff39b6c5996cee7efe20a6667b /llvm/lib/ExecutionEngine/CMakeLists.txt
parent9d801b10845e35257657bd8c5c5668351195ebbb (diff)
downloadbcm5719-llvm-1cec8abfe953167e85d10eea38caf3a4e5affd60.tar.gz
bcm5719-llvm-1cec8abfe953167e85d10eea38caf3a4e5affd60.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. This is a fixed version of r182407 and r182411. That first revision broke builds because I forgot to move the conditional includes of various POSIX headers from SectionMemoryManager into RTDyldMemoryManager. Those includes are necessary because of how getPointerToNamedFunction works around the glibc libc_nonshared.a thing. The latter revision still broke things because I forgot to include llvm/Config/config.h. llvm-svn: 182418
Diffstat (limited to 'llvm/lib/ExecutionEngine/CMakeLists.txt')
-rw-r--r--llvm/lib/ExecutionEngine/CMakeLists.txt1
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
)
OpenPOWER on IntegriCloud