[PATCH] MC: Add .section directive to COFF
Rafael EspĂndola
rafael.espindola at gmail.com
Mon Apr 15 06:18:07 PDT 2013
>> Does GAS produce an error for conflicting flags like 'b' and 'd'?
>> Could we? If we are going to have different behavior, producing an
>> error is probably the best.
>
> GAS doesn't produce any errors or warnings for any combinations, and usually
> later flags override previous flags, and this is probably a bug in GAS (that
> is never hit because I assume such weird combinations aren't used in
> practice).
OK. If it is never hit I would have a small preference for producing
an error, but it is up to you. LGTM.
> -Nico
Thanks,
Rafael
More information about the llvm-commits
mailing list