Skip to content
  • Peter Smith's avatar
    Recommit R274836 Add Thunk support framework for ARM and Mips · fb05cd99
    Peter Smith authored
    The TinyPtrVector of const Thunk<ELFT>* in InputSections.h can cause 
    build failures on certain compiler/library combinations when Thunk<ELFT> 
    is not a complete type or is an abstract class. Fixed by making Thunk<ELFT>
    non Abstract.
    
    type or is an abstract class 
    
    llvm-svn: 274863
    fb05cd99
Loading