Skip to content
  • Peter Collingbourne's avatar
    1dc6a8d1
    TransformUtils: Introduce module splitter. · 1dc6a8d1
    Peter Collingbourne authored
    The module splitter splits a module into linkable partitions. It will
    be used to implement parallel LTO code generation.
    
    This initial version of the splitter does not attempt to deal with the
    somewhat subtle symbol visibility issues around module splitting. These
    will be dealt with in a future change.
    
    Differential Revision: http://reviews.llvm.org/D12132
    
    llvm-svn: 245662
    1dc6a8d1
    TransformUtils: Introduce module splitter.
    Peter Collingbourne authored
    The module splitter splits a module into linkable partitions. It will
    be used to implement parallel LTO code generation.
    
    This initial version of the splitter does not attempt to deal with the
    somewhat subtle symbol visibility issues around module splitting. These
    will be dealt with in a future change.
    
    Differential Revision: http://reviews.llvm.org/D12132
    
    llvm-svn: 245662
Loading