Skip to content
  • Rui Ueyama's avatar
    ELF: Implement --start-lib and --end-lib · f8baa660
    Rui Ueyama authored
    start-lib and end-lib are options to link object files in the same
    semantics as archive files. If an object is in start-lib and end-lib,
    the object is linked only when the file is needed to resolve
    undefined symbols. That means, if an object is in start-lib and end-lib,
    it behaves as if it were in an archive file.
    
    In this patch, I introduced a new notion, LazyObjectFile. That is
    analogous to Archive file type, but that works for a single object
    file instead of for an archive file.
    
    http://reviews.llvm.org/D18814
    
    llvm-svn: 265710
    f8baa660
Loading