]> granicus.if.org Git - llvm/commitdiff
[JITLink][ORC] Add JITLink to the list of dependencies for ORC.
authorLang Hames <lhames@gmail.com>
Sat, 20 Apr 2019 22:15:57 +0000 (22:15 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 20 Apr 2019 22:15:57 +0000 (22:15 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358832 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Orc/LLVMBuild.txt

index c5af0475c9ccfe50874365d062a6a26076121bc7..af7ef49f5eb7128c2ba22794a4062a7081e8984e 100644 (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