enum class PassBuilder::ThinLTOPhase

Description

ThinLTO phase. This enumerates the LLVM ThinLTO optimization phases.

Declared at: llvm/include/llvm/Passes/PassBuilder.h:133

Enumerators

NameValueComment
None0No ThinLTO behavior needed.
PreLink1ThinLTO prelink (summary) phase.
PostLink2ThinLTO postlink (backend compile) phase.