[llvm] 7a219d8 - [lli] Add ChildTarget dependence on OrcTargetProcess library.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 25 10:55:23 PDT 2021


Author: Lang Hames
Date: 2021-09-25T10:51:29-07:00
New Revision: 7a219d801bf2c3006482cf3cbd3170b3b4ea2e1b

URL: https://github.com/llvm/llvm-project/commit/7a219d801bf2c3006482cf3cbd3170b3b4ea2e1b
DIFF: https://github.com/llvm/llvm-project/commit/7a219d801bf2c3006482cf3cbd3170b3b4ea2e1b.diff

LOG: [lli] Add ChildTarget dependence on OrcTargetProcess library.

ChildTarget depends on OrcTargetProcess after bef55a2b47a.

Added: 
    

Modified: 
    llvm/tools/lli/ChildTarget/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/tools/lli/ChildTarget/CMakeLists.txt b/llvm/tools/lli/ChildTarget/CMakeLists.txt
index c5795eebd71a..ea28756e8932 100644
--- a/llvm/tools/lli/ChildTarget/CMakeLists.txt
+++ b/llvm/tools/lli/ChildTarget/CMakeLists.txt
@@ -1,7 +1,7 @@
 set(LLVM_LINK_COMPONENTS
-  OrcShared
   OrcJIT
-  RuntimeDyld
+  OrcShared
+  OrcTargetProcess
   Support
   )
 
@@ -11,4 +11,3 @@ add_llvm_utility(lli-child-target
   DEPENDS
   intrinsics_gen
 )
-


        


More information about the llvm-commits mailing list