[llvm-commits] [PATCH]: .equ parsing in AsmParser

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Oct 27 11:09:58 PDT 2010


On 27 October 2010 13:44, Roman Divacky <rdivacky at freebsd.org> wrote:
> hi,
>
> the attached patch implementes .equ parsing. .equ is a synonym
> to .set so this was really easy :)

TokError takes a Twine, so you can use that instead of std::string.

OK with that change.

> please review this so I can commit that
>
> thank you! roman
>

Cheers,
Rafael



More information about the llvm-commits mailing list