Skip to content
Snippets Groups Projects
  • Chris Lattner's avatar
    use EmitLinkage for functions as well as globals. One output · fc2e376a
    Chris Lattner authored
    change is that we now use ".linkonce discard" for global variables
    instead of ".linkonce samesize".  These should be the same, just less
    strict.  If anyone is interested in mcizing MCSection for COFF targets,
    this should be easy to fix.
    
    llvm-svn: 94623
    fc2e376a