[llvm] r232478 - Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Mar 17 08:41:12 PDT 2015
> 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 :-)
Cheers,
Rafael
More information about the llvm-commits
mailing list