[Mlir-commits] [mlir] dfa267a - [mlir][shape] Fix missing dependency

Jacques Pienaar llvmlistbot at llvm.org
Fri Jul 24 13:16:33 PDT 2020


Author: Jacques Pienaar
Date: 2020-07-24T13:16:16-07:00
New Revision: dfa267a61c2b797b8fe9c345ee94742d496b39c6

URL: https://github.com/llvm/llvm-project/commit/dfa267a61c2b797b8fe9c345ee94742d496b39c6
DIFF: https://github.com/llvm/llvm-project/commit/dfa267a61c2b797b8fe9c345ee94742d496b39c6.diff

LOG: [mlir][shape] Fix missing dependency

Added: 
    

Modified: 
    mlir/lib/Dialect/Shape/IR/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/Shape/IR/CMakeLists.txt b/mlir/lib/Dialect/Shape/IR/CMakeLists.txt
index 84e085fbafdfa..e39f1c770f29f 100644
--- a/mlir/lib/Dialect/Shape/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/Shape/IR/CMakeLists.txt
@@ -17,4 +17,5 @@ add_mlir_dialect_library(MLIRShape
   MLIRInferTypeOpInterface
   MLIRIR
   MLIRSideEffectInterfaces
+  MLIRStandardOps
   )


        


More information about the Mlir-commits mailing list