Phoronix: LLVM 3.1 Officially Released
After a week-long hiatus, LLVM 3.1 has been officially released...
http://www.phoronix.com/vr.php?view=MTEwNTM
Printable View
Phoronix: LLVM 3.1 Officially Released
After a week-long hiatus, LLVM 3.1 has been officially released...
http://www.phoronix.com/vr.php?view=MTEwNTM
Interesting that Gentoo now has Tier 1 support (they are providing binaries for gentoo).
is there a debian repo for 3.1?
- still doesn't build by default with gcc (uses -fno-rtti even though it needs RTTI, bug present since 2.9 at least), requires Makefile hacking
- still doesn't install the clang static analyzer, have to copy manually
+ this time no toolchain path hacking needed, it actually found the gcc/glibc init files ;)
No problems with arch's llvm-svn package from AUR edited to build the final svn tag either but it is build with
so this could be relevant.Code:make REQUIRES_RTTI=1
Yep, Gentoo does the same. That's exactly the issue I mean.