MCJIT depends on JIT.

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
This commit is contained in:
Benjamin Kramer 2012-11-28 18:35:35 +00:00
parent 781dfbd482
commit bacc82548a

View 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