Interface HasIncrementalThinLTO

  • All Known Implementing Classes:
    DarwinLinker, GnuLinker

    public interface HasIncrementalThinLTO
    Indicates a linker can support incremental ThinLTO
    • Method Detail

      • incrementalThinLTOFlags

        Iterable<Arg> incrementalThinLTOFlags​(Path output)
        Parameters:
        output - the path of the output index files
        Returns:
        the platform-specific way to generate intermediate build products for ThinLTO.