Hi, For anyone who might be interested, I've thrown together a little page to track my builds of llvm and clang, both release 3.0 and svn-trunk, on powerpc-darwin8. http://www.csl.cornell.edu/~fang/sw/llvm/ I'll update the list of logs each time I svn-update and build. It's nowhere as nice as a real buildbot page, but it's better than nothing. 3.0 still has over 20 test failures, while svn-trunk has over 800. A lot of the failures with 3.0 are still reproducible on trunk. Fang -- David Fang http://www.csl.cornell.edu/~fang/
Konstantin Tokarev
2012-Jan-18 18:51 UTC
[LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
18.01.2012, 02:46, "David Fang" <fang at csl.cornell.edu>:> Hi, > For anyone who might be interested, I've thrown together a little > page to track my builds of llvm and clang, both release 3.0 and > svn-trunk, on powerpc-darwin8. > > http://www.csl.cornell.edu/~fang/sw/llvm/ > > I'll update the list of logs each time I svn-update and build. It's > nowhere as nice as a real buildbot page, but it's better than nothing. > > 3.0 still has over 20 test failures, while svn-trunk has over 800. > A lot of the failures with 3.0 are still reproducible on trunk. >Out of curiosity: is it already possible to build actual code with Clang on PPC? Last time I've checked it was failing in CodeGen. -- Regards, Konstantin
Roman Divacky
2012-Jan-18 19:36 UTC
[LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
On Wed, Jan 18, 2012 at 10:51:38PM +0400, Konstantin Tokarev wrote:> > > 18.01.2012, 02:46, "David Fang" <fang at csl.cornell.edu>: > > Hi, > > ?????????For anyone who might be interested, I've thrown together a little > > page to track my builds of llvm and clang, both release 3.0 and > > svn-trunk, on powerpc-darwin8. > > > > http://www.csl.cornell.edu/~fang/sw/llvm/ > > > > I'll update the list of logs each time I svn-update and build. ?It's > > nowhere as nice as a real buildbot page, but it's better than nothing. > > > > 3.0 still has over 20 test failures, while svn-trunk has over 800. > > A lot of the failures with 3.0 are still reproducible on trunk. > > > > Out of curiosity: is it already possible to build actual code with Clang on PPC? > Last time I've checked it was failing in CodeGen.Yes, and it works quite well. For example we can compile a booting freebsd-ppc32 kernel, etc. Last big thing missing is PIC support (on ELF platforms). roman
Seemingly Similar Threads
- [LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
- [LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
- [LLVMdev] llvm/clang test failures on powerpc-darwin8
- [LLVMdev] llvm/clang test failures on powerpc-darwin8
- [LLVMdev] llvm/clang test failures on powerpc-darwin8