| Interface | Description |
|---|---|
| Clang | The Clang tool chain. |
| CommandLineToolConfiguration | An executable tool that forms part of a tool chain. |
| Gcc | The GNU GCC tool chain. |
| GccCommandLineToolConfiguration | An executable tool used for GCC that allows customizing the executable. |
| PlatformConfigurableToolChain | A ToolChain that can handle additional platforms simply by configuring the NativeBinary. |
| TargetedPlatformToolChain | A platform specific configurable tool chain. |
| ToolChain | A set of compilers and linkers that are used together to construct a native binary. |
| ToolChainRegistry | A container for ToolChains. |
| VisualCpp | The Visual C++ tool chain. |