[MLIR] Fixes for BUILD_SHARED_LIBS=on
authorStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Mon, 23 Mar 2020 22:20:14 +0000 (15:20 -0700)
committerStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Mon, 23 Mar 2020 22:21:44 +0000 (15:21 -0700)
mlir/lib/Dialect/AVX512/CMakeLists.txt
mlir/lib/Dialect/Affine/Transforms/CMakeLists.txt
mlir/test/lib/TestDialect/CMakeLists.txt

index 3f03959..eb1e7dc 100644 (file)
@@ -11,5 +11,6 @@ target_link_libraries(MLIRAVX512
   PUBLIC
   MLIRIR
   MLIRSideEffects
+  MLIRVectorToLLVM
   LLVMSupport
   )
index 9cdc4b9..89abbd5 100644 (file)
@@ -19,7 +19,11 @@ target_link_libraries(MLIRAffineTransforms
   MLIRAffine
   MLIREDSC
   MLIRIR
+  MLIRPass
   MLIRSideEffects
   MLIRStandardOps
+  MLIRTransformUtils
+  MLIRVector
+  MLIRVectorToLLVM
   )
 
index d625a58..0d8b13c 100644 (file)
@@ -27,6 +27,7 @@ target_link_libraries(MLIRTestDialect
   MLIRLinalgTransforms
   MLIRPass
   MLIRStandardOps
+  MLIRStandardToStandard
   MLIRTransforms
   MLIRTransformUtils
   MLIRInferTypeOpInterface