[cfe-dev] Targeting ARM with Clang

Rafael Espindola espindola at google.com
Sun Jul 18 12:49:32 PDT 2010


> Any insight/suggestions on where to look up more detailed information on defining a ToolChain would be appreciated.

For now clang has hard coded values for linkers, assemblers, include
paths, etc. If you just want to patch it to do what you want, it
shouldn't be hard. Just search for how freebsd does it for example. If
you want to make it more general, you can try working on

http://clang.llvm.org/UniversalDriver.html
http://llvm.org/bugs/show_bug.cgi?id=4127


> Sincerely,
> Philippe Hausler
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>


Cheers,
-- 
Rafael Ávila de Espíndola




More information about the cfe-dev mailing list