diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-03-21 23:07:53 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-03-21 23:07:53 +0000 |
commit | e4840e29181abc1078c5e5d726b825759e757b24 (patch) | |
tree | bee5dbca54de6b0ad3c8602004ba2a3fd27431ef /llvm/lib/ExecutionEngine | |
parent | 31d446aa5c0524ad23d46c765a7e096f2cc8a399 (diff) | |
download | bcm5719-llvm-e4840e29181abc1078c5e5d726b825759e757b24.tar.gz bcm5719-llvm-e4840e29181abc1078c5e5d726b825759e757b24.zip |
Build the new RuntimeDyld library.
llvm-svn: 128035
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-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 b5632d2bc5c..8bff2654d6c 100644 --- a/llvm/lib/ExecutionEngine/CMakeLists.txt +++ b/llvm/lib/ExecutionEngine/CMakeLists.txt @@ -6,3 +6,4 @@ add_llvm_library(LLVMExecutionEngine add_subdirectory(Interpreter) add_subdirectory(JIT) add_subdirectory(MCJIT) +add_subdirectory(RuntimeDyld) |