[llvm] ea226d6 - [LoongArch|Mips|SystemZ|VE] Fix shared build. NFC

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 08:42:03 PST 2024


Author: Michael Liao
Date: 2024-02-16T11:41:52-05:00
New Revision: ea226d6693022b707f6acc6e399c12da8261de11

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

LOG: [LoongArch|Mips|SystemZ|VE] Fix shared build. NFC

Added: 
    

Modified: 
    llvm/lib/Target/LoongArch/CMakeLists.txt
    llvm/lib/Target/Mips/CMakeLists.txt
    llvm/lib/Target/SystemZ/CMakeLists.txt
    llvm/lib/Target/VE/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/LoongArch/CMakeLists.txt b/llvm/lib/Target/LoongArch/CMakeLists.txt
index 62e5a0ab61b3fd..5fb8b60be6c660 100644
--- a/llvm/lib/Target/LoongArch/CMakeLists.txt
+++ b/llvm/lib/Target/LoongArch/CMakeLists.txt
@@ -42,6 +42,7 @@ add_llvm_target(LoongArchCodeGen
   Support
   Target
   TargetParser
+  TransformUtils
 
   ADD_TO_COMPONENT
   LoongArch

diff  --git a/llvm/lib/Target/Mips/CMakeLists.txt b/llvm/lib/Target/Mips/CMakeLists.txt
index 3a9031b5ad00d6..28f66a4ad94826 100644
--- a/llvm/lib/Target/Mips/CMakeLists.txt
+++ b/llvm/lib/Target/Mips/CMakeLists.txt
@@ -79,6 +79,7 @@ add_llvm_target(MipsCodeGen
   Support
   Target
   TargetParser
+  TransformUtils
 
   ADD_TO_COMPONENT
   Mips

diff  --git a/llvm/lib/Target/SystemZ/CMakeLists.txt b/llvm/lib/Target/SystemZ/CMakeLists.txt
index 0776cfcaf21b3c..0614e07bde8ac1 100644
--- a/llvm/lib/Target/SystemZ/CMakeLists.txt
+++ b/llvm/lib/Target/SystemZ/CMakeLists.txt
@@ -53,6 +53,7 @@ add_llvm_target(SystemZCodeGen
   SystemZInfo
   Target
   TargetParser
+  TransformUtils
 
   ADD_TO_COMPONENT
   SystemZ

diff  --git a/llvm/lib/Target/VE/CMakeLists.txt b/llvm/lib/Target/VE/CMakeLists.txt
index 45f8293cfd22f6..76684d39450d8b 100644
--- a/llvm/lib/Target/VE/CMakeLists.txt
+++ b/llvm/lib/Target/VE/CMakeLists.txt
@@ -38,6 +38,7 @@ add_llvm_target(VECodeGen
   SelectionDAG
   Support
   Target
+  TransformUtils
   VEDesc
   VEInfo
 


        


More information about the llvm-commits mailing list