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 macro defines for 
Solaris are:
  DefineStd(Defs, "sun", Opts);
  DefineStd(Defs, "unix", Opts);
  Define(Defs, "__ELF__");
  Define(Defs, "__svr4__");
  Define(Defs, "__SVR4");

Is there anything else needed ? Are the svr4 macros needed ?
-- 
This message posted from opensolaris.org

Reply via email to