[llvm] 16c4c4e - [Examples] Fix TargetParser Dependency
    Archibald Elliott via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec 20 04:52:06 PST 2022
    
    
  
Author: Archibald Elliott
Date: 2022-12-20T12:51:57Z
New Revision: 16c4c4e04c146b1d1bb9ba813371f23603f1bf8c
URL: https://github.com/llvm/llvm-project/commit/16c4c4e04c146b1d1bb9ba813371f23603f1bf8c
DIFF: https://github.com/llvm/llvm-project/commit/16c4c4e04c146b1d1bb9ba813371f23603f1bf8c.diff
LOG: [Examples] Fix TargetParser Dependency
Added: 
    
Modified: 
    llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
    llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt
Removed: 
    
################################################################################
diff  --git a/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt b/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
index 2f8db1976107d..b8ee383d16fc6 100644
--- a/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
+++ b/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
@@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
   OrcShared
   OrcTargetProcess
   Support
+  TargetParser
   nativecodegen
   )
 
diff  --git a/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt b/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt
index 1354e946fb50e..5ce2fb498f334 100644
--- a/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt
+++ b/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   OrcJIT
   OrcTargetProcess
   Support
+  TargetParser
   nativecodegen
   )
 
        
    
    
More information about the llvm-commits
mailing list