MCJIT depends on JIT.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 28 Nov 2012 18:35:35 +0000 (18:35 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 28 Nov 2012 18:35:35 +0000 (18:35 +0000)
Unbreaks the CMake shared library build. This is nasty and should be fixed
eventually.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168800 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/MCJIT/LLVMBuild.txt

index 90f4d2f75e246d13911d4ee3747fba5333ff05b2..900460bf1cb485260eef806bb2e292c67d8c7cbb 100644 (file)
@@ -19,4 +19,4 @@
 type = Library
 name = MCJIT
 parent = ExecutionEngine
-required_libraries = Core ExecutionEngine RuntimeDyld Support Target
+required_libraries = Core ExecutionEngine RuntimeDyld Support Target JIT