llvm::StripNonLineTableDebugInfoPass::run

Run the strip-non-line-table-debug-info pass over the module.

Synopsis

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

PreservedAnalyses
run(
    Module& M,
    ModuleAnalysisManager& AM);

Return Value

The set of analyses preserved after running this pass.

Parameters

NameDescription
MModule whose debug info is reduced to line tables.
AMModule analysis manager providing analyses for the pass.