Class LdLinker

All Implemented Interfaces:
Cloneable, Linker, Processor

public final class LdLinker extends AbstractLdLinker
Adapter for the 'ld' linker
  • Field Details

    • discardFiles

      private static final String[] discardFiles
    • objFiles

      private static final String[] objFiles
    • dllLinker

      private static final LdLinker dllLinker
    • instance

      private static final LdLinker instance
    • libtoolObjFiles

      private static final String[] libtoolObjFiles
    • libDirs

      private File[] libDirs
  • Constructor Details

  • Method Details

    • getInstance

      public static LdLinker getInstance()
    • getLinker

      public Linker getLinker(LinkType type)
      Description copied from interface: Linker
      Gets the linker for the specified link type.
      Returns:
      appropriate linker or null, will return this if this linker can handle the specified link type