[llvm] Add llvm-mca to the list of toolchain tools (#72754) (PR #72840)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 00:58:05 PST 2023


https://github.com/zmodem created https://github.com/llvm/llvm-project/pull/72840

It's a user-facing tool, so including it makes sense.

>From 2e6360959113bae4fde9ac93f7cdeb8dc22e01d6 Mon Sep 17 00:00:00 2001
From: Hans Wennborg <hans at chromium.org>
Date: Mon, 20 Nov 2023 09:47:51 +0100
Subject: [PATCH] Add llvm-mca to the list of toolchain tools (#72754)

It's a user-facing tool, so including it makes sense.
---
 llvm/cmake/modules/AddLLVM.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index 0fa52150095ea9a..c9bca30c8f33d18 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -1311,6 +1311,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
     llvm-dwp
     llvm-ranlib
     llvm-lib
+    llvm-mca
     llvm-ml
     llvm-nm
     llvm-objcopy



More information about the llvm-commits mailing list