Function mlir_sys::mlirOpPrintingFlagsEnableDebugInfo
source · pub unsafe extern "C" fn mlirOpPrintingFlagsEnableDebugInfo(
flags: MlirOpPrintingFlags,
enable: bool,
prettyForm: bool
)
Expand description
Enable or disable printing of debug information (based on enable
). If
‘prettyForm’ is set to true, debug information is printed in a more readable
‘pretty’ form. Note: The IR generated with ‘prettyForm’ is not parsable.