[llvm] r232478 - Convert the easy cases of GetTempSymbol to createTempSymbol.

David Blaikie dblaikie at gmail.com
Tue Mar 17 08:42:11 PDT 2015


On Tue, Mar 17, 2015 at 8:41 AM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> > Is it possible/are you planning to remove GetTempSymbol entirely? I had
> some
> > aspirations of doing that at one point - to avoid
> > spooky-action-at-a-distance stuff where one bit of code would create a
> label
> > and some otherwise unrelated bit of code would use/rely on that label -
> > seemed like bad design whenever that cropped up (sort of like using
> global
> > hashmaps rather than actually passing the required data from source to
> > destination)
>
> r232487 :-)
>

So I see (eventually caught up) - awesome!

Thanks!


>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150317/0e3c3ffa/attachment.html>


More information about the llvm-commits mailing list