[cfe-commits] [PATCH]: -mrtd implementation

Douglas Gregor dgregor at apple.com
Tue Feb 22 10:42:16 PST 2011


On Feb 22, 2011, at 10:34 AM, Roman Divacky wrote:

> hi,
> 
> the attached patch implements -mrtd implementation. Ie. changing
> the default calling convention to stdcall.
> 
> Comments?

+def mrtd: Flag<"-mrtd">,
+  HelpText<"RTD call conv">;

This help text could be more helpful. What's RTD?

Also, there are no tests?

	- Doug



More information about the cfe-commits mailing list