Header of a compiler-version (VERS) part.
Declared in <llvm/BinaryFormat/DXContainer.h>
struct CompilerVersionHeader;
| Name | Description |
|---|---|
swapBytes | Byte-swap multi-byte fields of this header. |
| Name | Description |
|---|---|
CommitCount | The number outputted by git rev-list --count HEAD in the compiler repo. |
ContentSizeInBytes | Byte size of CommitSha and CustomVersionString, padding not included. |
Flags | Flags describing the compiler build and validation state. |
Major | Compiler major version number. |
Minor | Compiler minor version number. |