llvm::stripDebugifyMetadata

Strip out all of the metadata and debug info inserted by debugify.

Synopsis

Declared in <llvm/Transforms/Utils/Debugify.h>

bool
stripDebugifyMetadata(Module& M);

Description

If no llvm.debugify module-level named metadata is present, this is a no-op.

Return Value

True if any change was made.

Parameters

NameDescription
MThe module to strip debugify metadata from.