Hi Dmitri,

On Tue, Feb 26, 2013 at 9:40 PM, Dmitri Gribenko <[email protected]> wrote:
> On Tue, Feb 26, 2013 at 3:25 PM, Jia Liu <[email protected]> wrote:
>> This patch make clang option -mabi gcc compatable, for most software is 
>> compiled
>> by gcc, this patch make clang can compile them.
>
> I don't know this part of the driver, but this kind of driver change
> requires tests.
>

Thank you very much for your guide!

I added a test for it, please review.

> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/

Regards,
Jia

Attachment: 0001-Driver-MIPS-make-option-mabi-gcc-compatable.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to