The patch for promised interfaces (a5ef51d7) doesn't register all
extensions in the CAPI's mlirRegisterAllDialects() function. This is
used by the MLIR Python bindings, causing downstream users of the Python
bindings to terminate abruptly. This patch adds the call to register
all extensions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo