Class Hierarchy
- java.lang.Object
- com.facebook.buck.cxx.toolchain.linker.impl.DefaultLinkerProvider (implements com.facebook.buck.cxx.toolchain.linker.LinkerProvider)
- com.facebook.buck.core.toolchain.tool.DelegatingTool (implements com.facebook.buck.core.toolchain.tool.Tool)
- com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker (implements com.facebook.buck.cxx.toolchain.linker.HasIncrementalThinLTO, com.facebook.buck.cxx.toolchain.linker.HasLinkerMap, com.facebook.buck.cxx.toolchain.linker.HasLTO, com.facebook.buck.cxx.toolchain.linker.Linker)
- com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker (implements com.facebook.buck.cxx.toolchain.linker.HasIncrementalThinLTO, com.facebook.buck.cxx.toolchain.linker.Linker)
- com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker (implements com.facebook.buck.cxx.toolchain.linker.HasImportLibrary, com.facebook.buck.cxx.toolchain.linker.Linker)
- com.facebook.buck.cxx.toolchain.linker.impl.Linkers