forked from OSchip/llvm-project
[JITLink][ORC] Add JITLink to the list of dependencies for ORC.
The new ObjectLinkingLayer in ORC depends on JITLink. This should fix the build error at http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/9621 llvm-svn: 358832
This commit is contained in:
parent
7f77a231fa
commit
5004abcd86
|
@ -18,4 +18,5 @@
|
|||
type = Library
|
||||
name = OrcJIT
|
||||
parent = ExecutionEngine
|
||||
required_libraries = Core ExecutionEngine Object MC RuntimeDyld Support Target TransformUtils
|
||||
required_libraries = Core ExecutionEngine JITLink Object MC RuntimeDyld Support
|
||||
Target TransformUtils
|
||||
|
|
Loading…
Reference in New Issue