[Mlir-commits] [mlir] 7f97708 - Fix MLIR Python bindings build (remove inexistant source from CMake list, NFC)

Mehdi Amini llvmlistbot at llvm.org
Thu Nov 5 12:06:37 PST 2020


Author: Mehdi Amini
Date: 2020-11-05T20:06:07Z
New Revision: 7f977086ebd1eee91e3816ca9d684e53099ad366

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

LOG: Fix MLIR Python bindings build (remove inexistant source from CMake list, NFC)

Added: 
    

Modified: 
    mlir/lib/Bindings/Python/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Bindings/Python/CMakeLists.txt b/mlir/lib/Bindings/Python/CMakeLists.txt
index 917a339aeed5..447b819c4aca 100644
--- a/mlir/lib/Bindings/Python/CMakeLists.txt
+++ b/mlir/lib/Bindings/Python/CMakeLists.txt
@@ -39,7 +39,6 @@ add_mlir_python_extension(MLIRBindingsPythonExtension _mlir
   SOURCES
     MainModule.cpp
     IRModules.cpp
-    Pass.cpp
     PybindUtils.cpp
 )
 add_dependencies(MLIRBindingsPythonExtension MLIRBindingsPythonSources)


        


More information about the Mlir-commits mailing list