[llvm-commits] [Patch] Allow label prefixes in generated assembly

Anton Korobeynikov anton at korobeynikov.info
Fri Jul 6 02:16:04 PDT 2012


>>> Some targets require label prefixes instead of suffixes
>>> (i.e., ':my_label' instead of 'my_label:'). The attached patch
>>> implements this.
>> As soon as these targets are off-tree it'd better not to include this
>> patch to mainline.
> it does seem pretty harmless, so why not include it?
Yes, it seems pretty harmless, but it's not possible to write the
tests for this particular feature, so it can be broken by an accident
while some code refactoring, etc.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list