http://llvm.org/bugs/show_bug.cgi?id=11846
Duncan Sands <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #3 from Duncan Sands <[email protected]> 2012-01-24 09:01:15 CST --- LLVM 3.0 does not come with llvm-gcc because llvm-gcc is a dead project that is no longer being supported (this was already announced in the 2.9 release). Please use dragonegg or clang instead. It is normal that you can't build the 2.9 version of llvm-gcc with LLVM 3.0: it has always been the case that the llvm-gcc and LLVM versions have to match. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
