Skip to content

Commit d4d820d

Browse files
fix(build): create main MLIR Python stubs explicitly
This is necessary with llvm/llvm-project#157930. Signed-off-by: Ingo Müller <[email protected]>
1 parent f33f0a6 commit d4d820d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ add_mlir_python_modules(SubstraitMLIRPythonModules
7575
SubstraitMLIRPythonSources
7676
LLVMSupport
7777
MLIRPythonExtension.RegisterEverything
78+
MLIRPythonExtension.Core.type_stub_gen
7879
MLIRPythonSources.Core
7980
MLIRPythonSources.Dialects
8081
MLIRPythonSources.ExecutionEngine

0 commit comments

Comments
 (0)