From ae709c192953be2af61f47e91a3ec9f8d5ffb027 Mon Sep 17 00:00:00 2001 From: Wang Pengcheng Date: Wed, 6 Mar 2024 11:49:28 +0800 Subject: [PATCH] [RISCV] Add TargetParser to MCA (#84109) This fixes buildbot failures: https://lab.llvm.org/buildbot/#/builders/57/builds/33206 --- llvm/lib/Target/RISCV/MCA/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/RISCV/MCA/CMakeLists.txt b/llvm/lib/Target/RISCV/MCA/CMakeLists.txt index 036cd4e0034b..b8f294b2f3e2 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