diff options
author | Alex Zinenko <zinenko@google.com> | 2022-05-30 15:14:02 +0200 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2022-05-30 17:37:52 +0200 |
commit | 3f71765a71ca97433723b43c4f64931cace11ca1 (patch) | |
tree | ff0398a2f93ae559eb66ad3398b0fb14384e6d51 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | cc6c15920358a93185eced1d9dcec201815debf0 (diff) | |
download | llvm-3f71765a71ca97433723b43c4f64931cace11ca1.zip llvm-3f71765a71ca97433723b43c4f64931cace11ca1.tar.gz llvm-3f71765a71ca97433723b43c4f64931cace11ca1.tar.bz2 |
[mlir] provide Python bindings for the Transform dialect
Python bindings for extensions of the Transform dialect are defined in separate
Python source files that can be imported on-demand, i.e., that are not imported
with the "main" transform dialect. This requires a minor addition to the
ODS-based bindings generator. This approach is consistent with the current
model for downstream projects that are expected to bundle MLIR Python bindings:
such projects can include their custom extensions into the bundle similarly to
how they include their dialects.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D126208
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions