[Mlir-commits] [mlir] 93e084e - Add missing cmake dep to fix MLIR build with BUILD_SHARED_LIBS=ON (NFC)

Mehdi Amini llvmlistbot at llvm.org
Wed Aug 11 15:52:11 PDT 2021


Author: Mehdi Amini
Date: 2021-08-11T22:51:57Z
New Revision: 93e084e7e86dbfe0a3de78c834691794b0ed365f

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

LOG: Add missing cmake dep to fix MLIR build with BUILD_SHARED_LIBS=ON (NFC)

Added: 
    

Modified: 
    mlir/test/lib/Dialect/Math/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/test/lib/Dialect/Math/CMakeLists.txt b/mlir/test/lib/Dialect/Math/CMakeLists.txt
index 64cae2f77c5e3..fbb2e6452bc87 100644
--- a/mlir/test/lib/Dialect/Math/CMakeLists.txt
+++ b/mlir/test/lib/Dialect/Math/CMakeLists.txt
@@ -8,6 +8,7 @@ add_mlir_library(MLIRMathTestPasses
 
   LINK_LIBS PUBLIC
   MLIRMathTransforms
+  MLIRLLVMIR
   MLIRPass
   MLIRTransformUtils
   MLIRVector


        


More information about the Mlir-commits mailing list