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

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 19:45:39 PST 2024


https://github.com/wangpc-pp created https://github.com/llvm/llvm-project/pull/84109

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


>From 8fedd278fc27a7483d2434decb9472561aca30dc Mon Sep 17 00:00:00 2001
From: Wang Pengcheng <wangpengcheng.pp at bytedance.com>
Date: Wed, 6 Mar 2024 11:45:10 +0800
Subject: [PATCH] [RISCV] Add TargetParser to MCA

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 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