From: John M. <ato...@gm...> - 2010-10-12 17:56:49
|
On Tue, Oct 12, 2010 at 4:20 AM, Borja Ferrer <bor...@gm...> wrote: > Nice, what do you think about the generated code? > > It looks good. I haven't tried out anything fancy yet, just some of the files in the* /trunk/testcases*. Let me ask you an unrelated question, how have you set up the backend code > having the LLVM source code out of SVN? > > I'm not sure what you mean? Are you asking how I setup the src code for building the compiler? The source code I build is still under SVN control I just checkout */llvm/tags/release_28* and then checkout the AVR branch into*lib/Target/ *. On Windows I actually checkout the whole avr-llvm and then make a directory junction link (mklink /J) into *lib/Target/*. > 2010/10/12 John Myers <ato...@gm...> > > >> >> On Sun, Oct 10, 2010 at 5:01 AM, Borja Ferrer <bor...@gm...>wrote: >> >>> Hello, i've just finished updating my code to the new LLVM version >>> released some days ago, after this I've merged it to your codebase making >>> the appropriate changes. As a start i decided to commit it to a branch >>> before touching trunk so you can take a look and test it. >>> >>> To build it, just download the LLVM source code, apply the patches to >>> Triple.h/cpp and build it. >>> >>> Let me know your thoughts. >>> >>> >> Hi Borja, >> >> I think it's OK to start merging your *branch* into the *trunk*. >> I've successfully built it on Linux and Windows and played around with it >> a little bit. >> >> >> >> --John >> > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > avr-llvm-devel mailing list > avr...@li... > https://lists.sourceforge.net/lists/listinfo/avr-llvm-devel > > |