[PATCH] [Driver] [MIPS] make option -mabi gcc compatable
Dmitri Gribenko
gribozavr at gmail.com
Tue Feb 26 05:40:59 PST 2013
On Tue, Feb 26, 2013 at 3:25 PM, Jia Liu <proljc at gmail.com> 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.
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 <gribozavr at gmail.com>*/
More information about the cfe-commits
mailing list