LLVMSetIsNewDbgInfoFormat

Function LLVMSetIsNewDbgInfoFormat 

Source
pub unsafe extern "C" fn LLVMSetIsNewDbgInfoFormat(
    M: LLVMModuleRef,
    UseNewFormat: LLVMBool,
)
Expand description

Soon to be deprecated. See https://llvm.org/docs/RemoveDIsDebugInfo.html#c-api-changes

Convert module into desired debug info format.