forked from OSchip/llvm-project
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:
parent
9e159fd7a0
commit
2069bdaab3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue