[Mlir-commits] [mlir] b827b63 - [mlir] Add missing dependencies after D118062

River Riddle llvmlistbot at llvm.org
Mon Jan 24 21:31:48 PST 2022


Author: River Riddle
Date: 2022-01-24T21:31:37-08:00
New Revision: b827b6340bf821abf443eccf84756f571e2ee47e

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

LOG: [mlir] Add missing dependencies after D118062

These used to be covered transitively, but now need to be explicit.

Added: 
    

Modified: 
    mlir/lib/Conversion/AffineToStandard/CMakeLists.txt
    mlir/lib/Dialect/Tosa/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Conversion/AffineToStandard/CMakeLists.txt b/mlir/lib/Conversion/AffineToStandard/CMakeLists.txt
index aae55d7e235e6..5a5189241d9db 100644
--- a/mlir/lib/Conversion/AffineToStandard/CMakeLists.txt
+++ b/mlir/lib/Conversion/AffineToStandard/CMakeLists.txt
@@ -19,4 +19,5 @@ add_mlir_conversion_library(MLIRAffineToStandard
   MLIRStandard
   MLIRTransforms
   MLIRIR
+  MLIRVector
   )

diff  --git a/mlir/lib/Dialect/Tosa/CMakeLists.txt b/mlir/lib/Dialect/Tosa/CMakeLists.txt
index 9a9c80f933aec..de3328fde0b7b 100644
--- a/mlir/lib/Dialect/Tosa/CMakeLists.txt
+++ b/mlir/lib/Dialect/Tosa/CMakeLists.txt
@@ -20,6 +20,7 @@ add_mlir_dialect_library(MLIRTosa
   MLIRControlFlowInterfaces
   MLIRQuant
   MLIRSideEffectInterfaces
+  MLIRTensor
   MLIRViewLikeInterface
   )
 


        


More information about the Mlir-commits mailing list