[PATCH] D67477: Add dependency from Orc to Passes
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 14:06:43 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371898: Add dependency from Orc to Passes (authored by sanjoy, committed by ).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67477/new/
https://reviews.llvm.org/D67477
Files:
llvm/trunk/lib/ExecutionEngine/Orc/LLVMBuild.txt
Index: llvm/trunk/lib/ExecutionEngine/Orc/LLVMBuild.txt
===================================================================
--- llvm/trunk/lib/ExecutionEngine/Orc/LLVMBuild.txt
+++ llvm/trunk/lib/ExecutionEngine/Orc/LLVMBuild.txt
@@ -18,5 +18,5 @@
type = Library
name = OrcJIT
parent = ExecutionEngine
-required_libraries = Core ExecutionEngine JITLink Object MC RuntimeDyld Support
- Target TransformUtils
+required_libraries = Core ExecutionEngine JITLink Object MC Passes RuntimeDyld
+ Support Target TransformUtils
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67477.220170.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190913/52557bc6/attachment.bin>
More information about the llvm-commits
mailing list