1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[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 95c8b8f8ef
commit 8eb7dc6cb8

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