mlir_sys

Function mlirSymbolTableDestroy

Source
pub unsafe extern "C" fn mlirSymbolTableDestroy(
    symbolTable: MlirSymbolTable,
)
Expand description

Destroys the symbol table created with mlirSymbolTableCreate. This does not affect the operations in the table.