[llvm] r239590 - LowerBitSets: Give names to aliases of unnamed bitset element objects.

Peter Collingbourne peter at pcc.me.uk
Wed Jun 17 11:36:21 PDT 2015


On Wed, Jun 17, 2015 at 02:01:26PM -0400, Rafael EspĂ­ndola wrote:
> > It is valid for globals to be unnamed, but aliases must have a name. To avoid
> > creating invalid IR, we need to assign names to any aliases we create that
> > point to unnamed objects that have been moved into combined globals.
> 
> I removed that restriction in r239921.

Thanks. I've reverted my code change in r239923.

-- 
Peter




More information about the llvm-commits mailing list