[llvm] 82ae646 - [llvm-mca] Remove spurious include_directories() (#88277)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 02:41:10 PDT 2024
Author: Thomas Preud'homme
Date: 2024-04-11T10:41:07+01:00
New Revision: 82ae646eb49cfd762db7db0a74b130970fe45d97
URL: https://github.com/llvm/llvm-project/commit/82ae646eb49cfd762db7db0a74b130970fe45d97
DIFF: https://github.com/llvm/llvm-project/commit/82ae646eb49cfd762db7db0a74b130970fe45d97.diff
LOG: [llvm-mca] Remove spurious include_directories() (#88277)
llvm-mca does not have an include directory so this commit removes the
spurious include_directories directive.
Added:
Modified:
llvm/tools/llvm-mca/CMakeLists.txt
Removed:
################################################################################
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