[llvm] ae709c1 - [RISCV] Add TargetParser to MCA (#84109)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 19:49:31 PST 2024


Author: Wang Pengcheng
Date: 2024-03-06T11:49:28+08:00
New Revision: ae709c192953be2af61f47e91a3ec9f8d5ffb027

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

LOG: [RISCV] Add TargetParser to MCA (#84109)

This fixes buildbot failures:
https://lab.llvm.org/buildbot/#/builders/57/builds/33206

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/MCA/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/MCA/CMakeLists.txt b/llvm/lib/Target/RISCV/MCA/CMakeLists.txt
index 036cd4e0034b2a..b8f294b2f3e236 100644
--- a/llvm/lib/Target/RISCV/MCA/CMakeLists.txt
+++ b/llvm/lib/Target/RISCV/MCA/CMakeLists.txt
@@ -9,6 +9,7 @@ add_llvm_component_library(LLVMRISCVTargetMCA
   RISCVDesc
   RISCVInfo
   Support
+  TargetParser
 
   ADD_TO_COMPONENT
   RISCV


        


More information about the llvm-commits mailing list