On 2011/01/07 17:08, Jeremy Evans wrote: > Success! llvm-gcc4 builds correctly now on amd64 and is at least able > to compile simple programs such as nc(1). I didn't try anything more > advanced yet (requests?).
\o/ > Three diffs included. First is llvm-gcc. Second is an updated llvm > diff that should reduce future PLIST churn, requested by Mikolaj > Kucharski. Third is a diff to enable llvm support in rubinius. > > I haven't yet checked to see if any of the llvm-gcc shared libs should > be bumped. Any advice in this area? Bumping these libs will need some work with the build infrastructure, unfortunately we don't have this under control yet (see notes in llvm-gcc4 Makefile). > +...@man man/cat1/bugpoint.0 > +...@man man/cat1/clang.0 .. > +...@man man/cat1/tblgen.0 these lines need to be removed. Rest looks good but I haven't tried building it yet.