[Mlir-commits] [mlir] d810c74 - [mlir] More fixes for 9fddaf6b14102963f12dbb9730f101fc52e662c1

Diego Caballero llvmlistbot at llvm.org
Mon Feb 3 17:57:19 PST 2025


Author: Diego Caballero
Date: 2025-02-03T17:55:44-08:00
New Revision: d810c741ad7a5f5bee8fe833b9ee4023446dd39c

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

LOG: [mlir] More fixes for 9fddaf6b14102963f12dbb9730f101fc52e662c1

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/test/lib/Dialect/LLVM/CMakeLists.txt b/mlir/test/lib/Dialect/LLVM/CMakeLists.txt
index 616f00a94a56e55..b4b0a71d1292062 100644
--- a/mlir/test/lib/Dialect/LLVM/CMakeLists.txt
+++ b/mlir/test/lib/Dialect/LLVM/CMakeLists.txt
@@ -20,6 +20,7 @@ mlir_target_link_libraries(MLIRLLVMTestPasses PUBLIC
   MLIRReconcileUnrealizedCasts
   MLIRSCFToControlFlow
   MLIRTransforms
+  MLIRUBToLLVM
   MLIRVectorToLLVMPass
   MLIRVectorToSCF
   )


        


More information about the Mlir-commits mailing list