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
Joerg Schilling wrote:
> -D__SunOS_5_11
This one is dynamically constructed by the compiler driver based on
uname information.
--chris
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