On Mon, Jan 7, 2013 at 7:18 PM, Jordan Rose <[email protected]> wrote:
> This is good to have. I think we should explain the word "frontend" as well;
> a user of clang who doesn't know how it interacts with LLVM wouldn't
> understand that term.
>
> (Actually, given that all of LLVM is statically linked into the clang
> binary, clang -cc1 is not just an LLVM frontend from the user
> perspective...)

Another argument against the term "frontend" is that many Clang
developers actually refer to it as "cc1 mode" or something like that.

So maybe s/frontend/cc1 mode/ ?

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]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to