[all-commits] [llvm/llvm-project] ee6255: [mlir] move lib/Bindings/Python/Attributes.td to i...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Nov 24 00:19:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ee6255d2074ccd50dfc9d993259caa0c5c4da4cd
https://github.com/llvm/llvm-project/commit/ee6255d2074ccd50dfc9d993259caa0c5c4da4cd
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
A mlir/include/mlir/Bindings/Python/Attributes.td
R mlir/lib/Bindings/Python/Attributes.td
M mlir/lib/Bindings/Python/StandardOps.td
M mlir/test/Bindings/Python/python_test_ops.td
M mlir/test/mlir-tblgen/op-python-bindings.td
Log Message:
-----------
[mlir] move lib/Bindings/Python/Attributes.td to include/mlir/Bindings/Python
This file is intended to be included by other files, including
out-of-tree dialects, and makes more sense in `include` than in `lib`.
Depends On D91652
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D91961
More information about the All-commits
mailing list