[all-commits] [llvm/llvm-project] 0b10fd: [mlir] Move PyConcreteAttribute to header. NFC.
ftynse via All-commits
all-commits at lists.llvm.org
Thu Apr 22 07:12:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b10fdedf96eb228d782897a05b59edb8a057d18
https://github.com/llvm/llvm-project/commit/0b10fdedf96eb228d782897a05b59edb8a057d18
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M mlir/lib/Bindings/Python/IRAttributes.cpp
M mlir/lib/Bindings/Python/IRModule.h
Log Message:
-----------
[mlir] Move PyConcreteAttribute to header. NFC.
This allows out-of-tree users to derive PyConcreteAttribute to bind custom
attributes.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D101063
More information about the All-commits
mailing list