[llvm] [llvm-mca] Remove spurious include_directories() (PR #88277)

Thomas Preud'homme via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 07:35:36 PDT 2024


https://github.com/RoboTux created https://github.com/llvm/llvm-project/pull/88277

llvm-mca does not have an include directory so this commit removes the
spurious include_directories directive.


>From 63c1126a804961a2b105e77cc8d0f13902207c3c Mon Sep 17 00:00:00 2001
From: Thomas Preud'homme <thomas.preudhomme at arm.com>
Date: Fri, 5 Apr 2024 17:38:49 +0100
Subject: [PATCH] [llvm-mca] Remove spurious include_directories()

llvm-mca does not have an include directory so this commit removes the
spurious include_directories directive.
---
 llvm/tools/llvm-mca/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/llvm/tools/llvm-mca/CMakeLists.txt b/llvm/tools/llvm-mca/CMakeLists.txt
index 878a05c51cfb47..4ef8b9afa12a7a 100644
--- a/llvm/tools/llvm-mca/CMakeLists.txt
+++ b/llvm/tools/llvm-mca/CMakeLists.txt
@@ -1,5 +1,3 @@
-include_directories(include)
-
 set(LLVM_LINK_COMPONENTS
   AllTargetsAsmParsers
   AllTargetsMCAs          # CustomBehaviour and InstrPostProcess



More information about the llvm-commits mailing list