mlir_sys

Function mlirSetGlobalDebugTypes

Source
pub unsafe extern "C" fn mlirSetGlobalDebugTypes(
    types: *mut *const c_char,
    n: isize,
)
Expand description

Sets multiple current debug types, similarly to `-debug-only=type1,type2“ in the command-line tools. Note that global debug should be enabled for any output to be produced.