[llvm-commits] [patch] TableGen mangling for enums (AArch64 generic change)

Tim Northover Tim.Northover at arm.com
Thu Jan 10 07:19:01 PST 2013


On Wednesday 09 Jan 2013 18:04:39 Jakob Stoklund Olesen wrote:
> Looks good, although I would prefer not using isalnum() which has
> locale-dependent behaviour. It doesn't seem like a big deal here, though,
> since other parts will complain about PredicateMethod = "isMööse".

I did worry a bit about that, but couldn't come up with a good locale-
independent, charset-independent (we may want EBCDIC!) alternative. As you 
say, this is probably the least of our worries.

I've committed it as r172073.

Tim.





More information about the llvm-commits mailing list