[all-commits] [llvm/llvm-project] 5f0c1e: [mlir][Python] Sync Python bindings with C API Mli...
zhanghb97 via All-commits
all-commits at lists.llvm.org
Tue Nov 24 11:35:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5f0c1e380661f5a28fb8e87d70a68fa31e923436
https://github.com/llvm/llvm-project/commit/5f0c1e380661f5a28fb8e87d70a68fa31e923436
Author: zhanghb97 <hongbin2019 at iscas.ac.cn>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M mlir/lib/Bindings/Python/IRModules.cpp
M mlir/lib/Bindings/Python/PybindUtils.h
Log Message:
-----------
[mlir][Python] Sync Python bindings with C API MlirStringRef modification.
MLIR C API use the `MlirStringRef` instead of `const char *` for the string type now. This patch sync the Python bindings with the C API modification.
Differential Revision: https://reviews.llvm.org/D92007
More information about the All-commits
mailing list