summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT
diff options
context:
space:
mode:
authorJoe Abbey <jabbey@arxan.com>2011-10-19 00:13:13 +0000
committerJoe Abbey <jabbey@arxan.com>2011-10-19 00:13:13 +0000
commitc39977d01b8f754e4e8140580b9a97c3f7a56c6f (patch)
tree1b3aa01ddc3d1a9709ea81e1870162bcbf066278 /llvm/lib/ExecutionEngine/JIT
parent38c0e0417ccbc522a43962f9955d839300bb61ff (diff)
downloadbcm5719-llvm-c39977d01b8f754e4e8140580b9a97c3f7a56c6f.tar.gz
bcm5719-llvm-c39977d01b8f754e4e8140580b9a97c3f7a56c6f.zip
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
llvm-svn: 142464
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/CMakeLists.txt b/llvm/lib/ExecutionEngine/JIT/CMakeLists.txt
index 598e50e7946..92aa76a5cf5 100644
--- a/llvm/lib/ExecutionEngine/JIT/CMakeLists.txt
+++ b/llvm/lib/ExecutionEngine/JIT/CMakeLists.txt
@@ -17,4 +17,5 @@ add_llvm_library_dependencies(LLVMJIT
LLVMRuntimeDyld
LLVMSupport
LLVMTarget
+ LLVMCodeGen
)
OpenPOWER on IntegriCloud