[patch][pr18928] Use printable names to implement directional labels
Rafael EspĂndola
rafael.espindola at gmail.com
Mon Feb 24 11:30:52 PST 2014
Hi Kevin,
The attached patch changes the implementation of local directional
labels to use a dedicated map. With that it can then just use
CreateTempSymbol, which is what the rest of MC uses.
CreateTempSymbol doesn't do a great job at making sure the names are
unique (or being efficient when the names are not needed), but that
should probably be fixed in a followup patch.
Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 7178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140224/3b379983/attachment.bin>
More information about the llvm-commits
mailing list