[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