Prepare module M for ThinLTO and write its bitcode.
Synopsis
Declared in <llvm/Transforms/IPO/ThinLTOBitcodeWriter.h>
PreservedAnalyses
run(
Module& M,
ModuleAnalysisManager& AM);
Return Value
The set of analyses preserved by this pass.
Parameters
Name |
Description |
M |
Module to prepare and write as ThinLTO bitcode. |
AM |
Module analysis manager providing analyses for the pass. |
Created with MrDocs