enum class ThinLTOPhase {
/// No ThinLTO behavior needed.
None,
- // ThinLTO prelink (summary) phase.
+ /// ThinLTO prelink (summary) phase.
PreLink,
- // ThinLTO postlink (backend compile) phase.
+ /// ThinLTO postlink (backend compile) phase.
PostLink
};
/// Cross register the analysis managers through their proxies.
///
/// This is an interface that can be used to cross register each
- // AnalysisManager with all the others analysis managers.
+ /// AnalysisManager with all the others analysis managers.
void crossRegisterProxies(LoopAnalysisManager &LAM,
FunctionAnalysisManager &FAM,
CGSCCAnalysisManager &CGAM,