Re: [yocto] Questions regarding adding a new llvm based cross-compiler

2014-10-20 Thread Cody P Schafer
On Sun, Oct 19, 2014 at 4:10 AM, Khem Raj wrote: > [...] > I have started to integrate clang into oe > Which probably is quitquite similar to this effortwise. Its very > prelimpreliminary. Check my github repo. I should add it to layer index (repo link for the interested: https://github.com/kraj/

Re: [yocto] Questions regarding adding a new llvm based cross-compiler

2014-10-20 Thread Cody P Schafer
On Fri, Oct 17, 2014 at 1:48 PM, Martin Jansa wrote: > On Fri, Oct 17, 2014 at 09:07:19AM +0100, Paul Barker wrote: >> On 16 October 2014 18:46, Cody P Schafer wrote: >> > Hi all, >> > >> > I'm working on creating a layer for the rust compiler (which uses >> > llvm) and was wondering if there wer

Re: [yocto] Questions regarding adding a new llvm based cross-compiler

2014-10-19 Thread Khem Raj
On Friday, October 17, 2014, Paul Barker wrote: > On 16 October 2014 18:46, Cody P Schafer > > wrote: > > Hi all, > > > > I'm working on creating a layer for the rust compiler (which uses > > llvm) and was wondering if there were any best practices and/or > > examples people could point me at. >

Re: [yocto] Questions regarding adding a new llvm based cross-compiler

2014-10-17 Thread Martin Jansa
On Fri, Oct 17, 2014 at 09:07:19AM +0100, Paul Barker wrote: > On 16 October 2014 18:46, Cody P Schafer wrote: > > Hi all, > > > > I'm working on creating a layer for the rust compiler (which uses > > llvm) and was wondering if there were any best practices and/or > > examples people could point m

Re: [yocto] Questions regarding adding a new llvm based cross-compiler

2014-10-17 Thread Paul Barker
On 16 October 2014 18:46, Cody P Schafer wrote: > Hi all, > > I'm working on creating a layer for the rust compiler (which uses > llvm) and was wondering if there were any best practices and/or > examples people could point me at. I can't really offer much help on the LLVM side, but I can say thi

[yocto] Questions regarding adding a new llvm based cross-compiler

2014-10-16 Thread Cody P Schafer
Hi all, I'm working on creating a layer for the rust compiler (which uses llvm) and was wondering if there were any best practices and/or examples people could point me at. The compiler is designed to be built for multiple targets at once (unlike the gcc model of having a single compiler build fo