[llvm] r174983 - [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.

Chad Rosier mcrosier at apple.com
Thu Feb 14 10:56:53 PST 2013


On Feb 14, 2013, at 8:27 AM, Chad Rosier <mcrosier at apple.com> wrote:

> 
> On Feb 14, 2013, at 8:23 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:
> 
>>> This patch also limits backward labels to [0-9]b, so that only 0b and 1b are
>>> ambiguous.
>>> Part of rdar://12470373
>> 
>> Unfortunately this broke firefox (see llvm.org/pr15266), so I have reverted it.
> 
> Thanks, Rafael.  I'll take a look now.

FWIW, I've decided to not support the binary notation for MS-style inline assembly at this time.  If someone complains, then I rehash the idea.

 Chad

> Chad
> 
>> Cheers,
>> Rafael
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list