[llvm] 279cc33 - [LoongArch] Remove GlobalISel from the LINK_COMPONENTS list. NFC

Weining Lu via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 17:19:11 PST 2022


Author: Weining Lu
Date: 2022-12-09T09:18:44+08:00
New Revision: 279cc3384e4082aefbea4d1a3762f16547f7a799

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

LOG: [LoongArch] Remove GlobalISel from the LINK_COMPONENTS list. NFC

LoongArch doesn't use GlobalISel for now.

Added: 
    

Modified: 
    llvm/lib/Target/LoongArch/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/LoongArch/CMakeLists.txt b/llvm/lib/Target/LoongArch/CMakeLists.txt
index bf7f730376b64..41a38f9eb0c5f 100644
--- a/llvm/lib/Target/LoongArch/CMakeLists.txt
+++ b/llvm/lib/Target/LoongArch/CMakeLists.txt
@@ -38,7 +38,6 @@ add_llvm_target(LoongArchCodeGen
   SelectionDAG
   Support
   Target
-  GlobalISel
 
   ADD_TO_COMPONENT
   LoongArch


        


More information about the llvm-commits mailing list