diff options
Diffstat (limited to 'mlir/test/python/lib/PythonTestCAPI.h')
| -rw-r--r-- | mlir/test/python/lib/PythonTestCAPI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mlir/test/python/lib/PythonTestCAPI.h b/mlir/test/python/lib/PythonTestCAPI.h index 5f1ed3a5b2ad..43f8fdcbfae1 100644 --- a/mlir/test/python/lib/PythonTestCAPI.h +++ b/mlir/test/python/lib/PythonTestCAPI.h @@ -23,6 +23,8 @@ mlirAttributeIsAPythonTestTestAttribute(MlirAttribute attr); MLIR_CAPI_EXPORTED MlirAttribute mlirPythonTestTestAttributeGet(MlirContext context); +MLIR_CAPI_EXPORTED MlirTypeID mlirPythonTestTestAttributeGetTypeID(void); + MLIR_CAPI_EXPORTED bool mlirTypeIsAPythonTestTestType(MlirType type); MLIR_CAPI_EXPORTED MlirType mlirPythonTestTestTypeGet(MlirContext context); |
