File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
examples/standalone/python Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ add_mlir_python_common_capi_library(StandalonePythonCAPI
57
57
# available.
58
58
MLIRPythonExtension.RegisterEverything
59
59
MLIRPythonSources.Core
60
+ MLIRPythonSources.Dialects.builtin
60
61
)
61
62
62
63
################################################################################
@@ -72,6 +73,7 @@ add_mlir_python_modules(StandalonePythonModules
72
73
# available.
73
74
MLIRPythonExtension.RegisterEverything
74
75
MLIRPythonSources.Core
76
+ MLIRPythonSources.Dialects.builtin
75
77
COMMON_CAPI_LINK_LIBS
76
78
StandalonePythonCAPI
77
79
)
Original file line number Diff line number Diff line change 4
4
# RUN: -DLLVM_USE_LINKER=%llvm_use_linker \
5
5
# RUN: -DPython3_EXECUTABLE=%python \
6
6
# RUN: -DPython_EXECUTABLE=%python
7
- # RUN: "%cmake_exe" --build . --target check-standalone | tee %t | FileCheck %s || cat %t && false
7
+ # RUN: "%cmake_exe" --build . --target check-standalone | tee %t
8
+ # RUN: FileCheck --input-file=%t %s
8
9
9
10
# Note: The number of checked tests is not important. The command will fail
10
11
# if any fail.
11
12
# CHECK: Passed
13
+ # CHECK-NOT: Failed
12
14
# UNSUPPORTED: target={{.*(windows|android).*}}
You can’t perform that action at this time.
0 commit comments