http://llvm.org/bugs/show_bug.cgi?id=8118
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Douglas Gregor <[email protected]> 2010-09-08 17:40:20 CDT --- You need to configure with CC=clang CXX=clang++ for self-host. All of the link failures are due to the standard library not being linked in. -- 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
