ΒΆLLVMBool LLVMStripModuleDebugInfo(
    LLVMModuleRef Module)

Description

Strip debug info in the module if it exists. To do this, we remove all calls to the debugger intrinsics and any named metadata for debugging. We also remove debug locations for instructions. Return true if module is modified.

Declared at: llvm/include/llvm-c/DebugInfo.h:210

Parameters

LLVMModuleRef Module