Skip to content
  • Rafael Espindola's avatar
    Internalize common variables. · 8db87291
    Rafael Espindola authored
    Before this lld was always creating common symbols itself. It worked,
    but prevented them from being internalized when possible.
    
    Now it preserves common symbols is the bitcode and they are internalized.
    
    Fixes pr30184.
    
    llvm-svn: 280242
    8db87291
Loading