http://llvm.org/bugs/show_bug.cgi?id=10245
Sean Hunt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Sean Hunt <[email protected]> 2011-07-01 17:31:13 CDT --- This is intentional; libc++ does not include low-level ABI features. libc++abi or libsupc++ (GCC's version of the same) must be compiled separately and linked in to any program that uses libc++. -- 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
