@Incubating public interface SwiftcPlatformToolChain extends NativePlatformToolChain
Modifier and Type | Method and Description |
---|---|
CommandLineToolConfiguration |
getLinker()
Returns the linker tool.
|
CommandLineToolConfiguration |
getStaticLibArchiver()
Returns the settings to use for the archiver.
|
CommandLineToolConfiguration |
getStripper()
Returns the tool for stripping symbols.
|
CommandLineToolConfiguration |
getSwiftCompiler()
Returns the compiler tool.
|
CommandLineToolConfiguration |
getSymbolExtractor()
Returns the tool for extracting symbols.
|
getPlatform
CommandLineToolConfiguration getSwiftCompiler()
CommandLineToolConfiguration getLinker()
CommandLineToolConfiguration getStaticLibArchiver()
CommandLineToolConfiguration getSymbolExtractor()
CommandLineToolConfiguration getStripper()