Skip to content
  • Rafael Espindola's avatar
    Optimize linkonce_odr unnamed_addr functions during LTO. · cda2911c
    Rafael Espindola authored
    Generalize the API so we can distinguish symbols that are needed just for a DSO
    symbol table from those that are used from some native .o.
    
    The symbols that are only wanted for the dso symbol table can be dropped if
    llvm can prove every other dso has a copy (linkonce_odr) and the address is not
    important (unnamed_addr).
    
    llvm-svn: 191922
    cda2911c
Loading