Run the strip-non-line-table-debug-info pass over the module.
Declared in <llvm/Transforms/Utils/StripNonLineTableDebugInfo.h>
PreservedAnalyses
run(
Module& M,
ModuleAnalysisManager& AM);
The set of analyses preserved after running this pass.
| Name | Description |
|---|---|
| M | Module whose debug info is reduced to line tables. |
| AM | Module analysis manager providing analyses for the pass. |