enum class PassBuilder::ThinLTOPhase
Description
ThinLTO phase. This enumerates the LLVM ThinLTO optimization phases.
Declared at: llvm/include/llvm/Passes/PassBuilder.h:133
Enumerators
| Name | Value | Comment |
|---|---|---|
| None | 0 | No ThinLTO behavior needed. |
| PreLink | 1 | ThinLTO prelink (summary) phase. |
| PostLink | 2 | ThinLTO postlink (backend compile) phase. |