[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:
Lang Hames 2019-04-20 22:15:57 +00:00
parent 7f77a231fa
commit 5004abcd86
1 changed files with 2 additions and 1 deletions

View File

@ -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