OSDN Git Service

[mlir] Fixing potential build break in my previous commit
authorThomas Raoux <thomasraoux@google.com>
Sat, 16 Jan 2021 01:32:30 +0000 (17:32 -0800)
committerThomas Raoux <thomasraoux@google.com>
Sat, 16 Jan 2021 01:38:16 +0000 (17:38 -0800)
mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt

index 42e2d4d..b063996 100644 (file)
@@ -23,6 +23,7 @@ add_mlir_dialect_library(MLIRLinalgTransforms
 
   LINK_LIBS PUBLIC
   MLIRAffine
+  MLIRAffineUtils
   MLIRAnalysis
   MLIREDSC
   MLIRIR