Skip to content
  • Chris Lattner's avatar
    Change the internal interface to makeNameProper to take a bool that · f34815b3
    Chris Lattner authored
    indicates whether the label is private or not, instead of taking
    prefix stuff.  One effect of this is that symbols will be generated
    with *just* the private prefix, instead of both the private prefix
    *and* the user-label-prefix, but this doesn't matter as long as it
    is consistent.  For example we'll now get "Lfoo" instead of "L_foo".
    These are just assembler temporary labels anyway, so they never even
    make it into the .o file.
    
    llvm-svn: 75607
    f34815b3
Loading