Skip to content
  • Rafael Espindola's avatar
    Remove the isImplicitlyPrivate argument of getNameWithPrefix. · 117b20c4
    Rafael Espindola authored
    getSymbolWithGlobalValueBase use is to create a name of a new symbol based
    on the name of an existing GV. Assert that and then remove the last call
    to pass true to isImplicitlyPrivate.
    
    This gives the mangler API a 1:1 mapping from GV to names, which is what we
    need to drop the mangler dependency on the target (and use an extended
    datalayout instead).
    
    llvm-svn: 196472
    117b20c4
Loading