ΒΆbool stripDebugifyMetadata(llvm::Module& M)
bool stripDebugifyMetadata(llvm::Module& M)
Description
Strip out all of the metadata and debug info inserted by debugify. If no llvm.debugify module-level named metadata is present, this is a no-op. Returns true if any change was made.
Declared at: llvm/include/llvm/Transforms/Utils/Debugify.h:64
Parameters
- llvm::Module& M