Developer koji radi na podrsci za LLVM i Clang na NetBSD opisuje sta je uradjeno, koji su jos prisutni bug-ovi kao i poziv na testiranje istog kako bi se sto pre doslo do verzije koja ce dostici radnu upotrebljivost i moci se uvesti u neko od buducih izdanja:
Citat:Status of NetBSD and LLVM
I've started on getting support for LLVM and Clang as system compiler in NetBSD in 2010. The reach-over frame work was committed last February. Unlike GCC and PCC, I haven't imported the source code yet. It would add a lot of space in the repository and working copies as well as increase the overhead of keeping the copy in NetBSD synchronized with upstream trunk. As such interested parties have to run the "checkout" target in src/external/bsd/llvm to get a fresh copy from svn as well as re-run the target whenever the in-tree version changes. After that, all that is needed is setting MKLLVM=yes and HAVE_CLANG=yes to build the system with Clang.
...
http://www.sonnenberger.org/2012/01/19/status-netbsd-and-llvm/
|