enum class ThinOrFullLTOPhase

Description

This enumerates the LLVM full LTO or ThinLTO optimization phases.

Declared at: llvm/include/llvm/Pass.h:73

Enumerators

NameValueComment
None0No LTO/ThinLTO behavior needed.
ThinLTOPreLink1ThinLTO prelink (summary) phase.
ThinLTOPostLink2ThinLTO postlink (backend compile) phase.
FullLTOPreLink3Full LTO prelink phase.
FullLTOPostLink4Full LTO postlink (backend compile) phase.