mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
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