MCJIT depends on JIT.

Unbreaks the CMake shared library build. This is nasty and should be fixed
eventually.

llvm-svn: 168800
This commit is contained in:
Benjamin Kramer 2012-11-28 18:35:35 +00:00
parent 9e159fd7a0
commit 2069bdaab3
1 changed files with 1 additions and 1 deletions

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