[cfe-dev] [LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt

Dmitri Gribenko gribozavr at gmail.com
Thu Aug 22 00:34:46 PDT 2013


On Thu, Aug 22, 2013 at 12:23 AM, Steven Newbury <steve at snewbury.org.uk> wrote:
> Having Clang working would of course be my primary goal, that said,
> being able to compile compiler-rt is a pretty good test all is working
> as it should be! :)  It's also built/installed as part of the Gentoo
> llvm ebuild when the clang useflag is enabled, so from that point of
> view, I need to get it working.

Note that compiler-rt contains arch/type-size dependent code, so it
might need porting in addition to build system changes.

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-dev mailing list