[llvm-commits] [llvm] r125595 - in /llvm/trunk: lib/MC/MCParser/AsmParser.cpp test/MC/AsmParser/exprs.s test/MC/AsmParser/paren.s
Rafael Avila de Espindola
rafael.espindola at gmail.com
Wed Feb 16 10:28:23 PST 2011
> That's not a choice that's up to us. We're not deciding what the syntax is. We're supporting existing (hopefully documented) syntax.
So we need to support what gas does, but we can support a superset of it
when we find some advantaged in doing so.
Is there a case where handling [] changes the meaning of a valid asm
file or we now just accept more code then gas does?
> -Jim
Cheers,
Rafael
More information about the llvm-commits
mailing list