[Mlir-commits] [mlir] 811b05c - [mlir][ArmSME] Remove dependency on a non-existing target (nfc)
Andrzej Warzynski
llvmlistbot at llvm.org
Mon Oct 2 13:35:17 PDT 2023
Author: Andrzej Warzynski
Date: 2023-10-02T20:34:48Z
New Revision: 811b05c4ef6f9bc06ed32a19d1c3f61c2663279f
URL: https://github.com/llvm/llvm-project/commit/811b05c4ef6f9bc06ed32a19d1c3f61c2663279f
DIFF: https://github.com/llvm/llvm-project/commit/811b05c4ef6f9bc06ed32a19d1c3f61c2663279f.diff
LOG: [mlir][ArmSME] Remove dependency on a non-existing target (nfc)
Sending this one without a review - as `MLIRArmSMEIncGen` is not defined
anywhere, dependency on that target is clearly bogus.
Added:
Modified:
mlir/lib/Dialect/ArmSME/IR/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/ArmSME/IR/CMakeLists.txt b/mlir/lib/Dialect/ArmSME/IR/CMakeLists.txt
index 50cfd9bf2f27810..c7b6eb2ffc763e1 100644
--- a/mlir/lib/Dialect/ArmSME/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/ArmSME/IR/CMakeLists.txt
@@ -5,7 +5,6 @@ add_mlir_dialect_library(MLIRArmSMEDialect
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/ArmSME
DEPENDS
- MLIRArmSMEIncGen
MLIRArmSMEAttrDefsIncGen
LINK_LIBS PUBLIC
More information about the Mlir-commits
mailing list