diff options
| author | Rahul Kayaith <rkayaith@gmail.com> | 2023-07-04 22:21:26 -0400 |
|---|---|---|
| committer | Rahul Kayaith <rkayaith@gmail.com> | 2023-07-18 12:21:28 -0400 |
| commit | 67a910bbff772ebf4c47e8b434b59cdc4820bb68 (patch) | |
| tree | 36efefa4dbdf425286696184746020b8b250cfa1 /mlir/test/python/python_test_ops.td | |
| parent | fe22b9050c7296bc9d4d22d469f27b226153273d (diff) | |
[mlir][python] Remove PythonAttr mapping functionality
This functionality has been replaced by TypeCasters (see D151840)
depends on D154468
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D154469
Diffstat (limited to 'mlir/test/python/python_test_ops.td')
| -rw-r--r-- | mlir/test/python/python_test_ops.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/test/python/python_test_ops.td b/mlir/test/python/python_test_ops.td index 2fc78cbddcd5..2adbdcab7183 100644 --- a/mlir/test/python/python_test_ops.td +++ b/mlir/test/python/python_test_ops.td @@ -10,7 +10,6 @@ #define PYTHON_TEST_OPS include "mlir/IR/AttrTypeBase.td" -include "mlir/Bindings/Python/Attributes.td" include "mlir/IR/OpBase.td" include "mlir/Interfaces/InferTypeOpInterface.td" |
