[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
Thu Feb 24 08:13:09 PST 2011
>> Just a nit, it looks like it is a Mach-O X ELF, not X86 x ARM.
>>
>> Just to be sure, would this be a desirable feature for X86 Darwin?
>
> Sure, I'd like the mc assembler to be as consistent as reasonable across different OS's.
OK, so the summary so far is
*) Disabled for Mach-O ARM
*) Enabled for Mach-O X86
*) Enabled for ELF ARM and X86
It was also requested that the default be off.
>
> -Chris
Cheers,
Rafael
More information about the llvm-commits
mailing list