[Mlir-commits] [mlir] 61b81e0 - [mlir:MLIRAffineUtils] Add missing dependency on MLIRAffineAnalysis
River Riddle
llvmlistbot at llvm.org
Mon Jan 24 21:23:54 PST 2022
Author: River Riddle
Date: 2022-01-24T21:23:39-08:00
New Revision: 61b81e0f49510918cb11d79b4636de17b014806b
URL: https://github.com/llvm/llvm-project/commit/61b81e0f49510918cb11d79b4636de17b014806b
DIFF: https://github.com/llvm/llvm-project/commit/61b81e0f49510918cb11d79b4636de17b014806b.diff
LOG: [mlir:MLIRAffineUtils] Add missing dependency on MLIRAffineAnalysis
This was missed in a70aa7bb0d9a6066831b339e0a09a2c1bc74fe2b.
Added:
Modified:
mlir/lib/Dialect/Affine/Utils/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/Affine/Utils/CMakeLists.txt b/mlir/lib/Dialect/Affine/Utils/CMakeLists.txt
index 4393e2971a031..96920e793daf3 100644
--- a/mlir/lib/Dialect/Affine/Utils/CMakeLists.txt
+++ b/mlir/lib/Dialect/Affine/Utils/CMakeLists.txt
@@ -8,6 +8,7 @@ add_mlir_dialect_library(MLIRAffineUtils
LINK_LIBS PUBLIC
MLIRAffine
+ MLIRAffineAnalysis
MLIRAnalysis
MLIRMemRef
MLIRTransformUtils
More information about the Mlir-commits
mailing list