[tools-compilers] llvm

2009-07-09 Thread Sam Woodhead
For it to build without issues I had to use a gcc built with gnu ld. Target: i686-pc-solaris2.11 Configured with: ../combined/configure --build=i686-pc-solaris2.11 --prefix=/opt/gnu44 --with-gnu-ld --with-gnu-as --enable-decimal-float --with-mpfr_include=/usr/include/mpfr --with-gmp_include=/usr

[tools-compilers] llvm

2009-06-30 Thread Sunjae Park
I'd love to try this out, but I've failed in building llvm HEAD. Are there any steps I need to take? I'm using gcc432 opensolaris 117 and a simple: $ export CC=/usr/bin/gcc-4.3.2 $ export CXX=/usr/bin/c++-4.3.2 $ ./configure $ gmake Dies somewhere in BasicBlock.cpp (I'm not in front of my openso

[tools-compilers] llvm-clang

2009-05-22 Thread Joerg Schilling
Lurie wrote: > Contributed a trivial patch yesterday so that llvm-clang successfully builds > all the C code I've tried so far on OpenSolaris, it has awesome diagnostics > so thought some of you might want to try it out: > http://clang.llvm.org/get_started.html > > Btw, to all the compiler guru

[tools-compilers] llvm-clang

2009-05-22 Thread Chris Quenelle
Joerg Schilling wrote: > -D__SunOS_5_11 This one is dynamically constructed by the compiler driver based on uname information. --chris

[tools-compilers] llvm-clang

2009-05-22 Thread Lurie
Contributed a trivial patch yesterday so that llvm-clang successfully builds all the C code I've tried so far on OpenSolaris, it has awesome diagnostics so thought some of you might want to try it out: http://clang.llvm.org/get_started.html Btw, to all the compiler gurus out here, currently the