[llvm] 84f08db - GlobalISel: Fix missing dependency on TargetParser (#216122)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 10:52:23 PDT 2026


Author: Matt Arsenault
Date: 2026-08-13T17:52:18Z
New Revision: 84f08dbe9135330e1546ad00dcc911ed0c928e75

URL: https://github.com/llvm/llvm-project/commit/84f08dbe9135330e1546ad00dcc911ed0c928e75
DIFF: https://github.com/llvm/llvm-project/commit/84f08dbe9135330e1546ad00dcc911ed0c928e75.diff

LOG: GlobalISel: Fix missing dependency on TargetParser (#216122)

Added: 
    

Modified: 
    llvm/lib/CodeGen/GlobalISel/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
index e28dc010816c4..a9e29b9182bff 100644
--- a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
+++ b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
@@ -44,5 +44,6 @@ add_llvm_component_library(LLVMGlobalISel
   SelectionDAG
   Support
   Target
+  TargetParser
   TransformUtils
   )


        


More information about the llvm-commits mailing list