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

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 07:36:09 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-tools-llvm-mca

Author: Thomas Preud'homme (RoboTux)

<details>
<summary>Changes</summary>

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


---
Full diff: https://github.com/llvm/llvm-project/pull/88277.diff


1 Files Affected:

- (modified) llvm/tools/llvm-mca/CMakeLists.txt (-2) 


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

``````````

</details>


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


More information about the llvm-commits mailing list