public static class CxxThinLTOOpt.Impl extends Object implements Buildable
| Constructor and Description |
|---|
Impl(BuildTarget targetName,
com.facebook.buck.cxx.CompilerDelegate compilerDelegate,
String outputName,
SourcePath input,
SourcePath thinIndicesRoot,
CxxSource.Type inputType,
DebugPathSanitizer sanitizer) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Step> |
getBuildSteps(BuildContext context,
ProjectFilesystem filesystem,
OutputPathResolver outputPathResolver,
BuildCellRelativePathFactory buildCellPathFactory) |
public Impl(BuildTarget targetName, com.facebook.buck.cxx.CompilerDelegate compilerDelegate, String outputName, SourcePath input, SourcePath thinIndicesRoot, CxxSource.Type inputType, DebugPathSanitizer sanitizer)
public com.google.common.collect.ImmutableList<Step> getBuildSteps(BuildContext context, ProjectFilesystem filesystem, OutputPathResolver outputPathResolver, BuildCellRelativePathFactory buildCellPathFactory)
getBuildSteps in interface Buildable