[llvm] r236642 - MC: Skip names of temporary symbols in object streamer

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu May 21 12:17:16 PDT 2015


> +  if (IsTemporary && AlwaysAddSuffix && !UseNamesOnTempLabels)
> +    return new (*this) MCSymbol("", true);

Why do you need the AlwaysAddSuffix?

Longer term one idea would be to completely remove the temp names and
renaming from MCContext and move that logic to the MCAsmStreamer.

Cheers,
Rafael



More information about the llvm-commits mailing list