enum ID
Description
ID - Ordered values for successive stages in the compilation process which interact with user options.
Declared at: clang/include/clang/Driver/Phases.h:17
Enumerators
Name | Value | Comment |
---|---|---|
Preprocess | 0 | |
Precompile | 1 | |
Compile | 2 | |
Backend | 3 | |
Assemble | 4 | |
Link | 5 | |
IfsMerge | 6 |