http://llvm.org/bugs/show_bug.cgi?id=5009
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #5 from Chris Lattner <[email protected]> 2010-05-01 01:39:56 CDT --- Fixed in r102830, we now compile this to: define i32 @main() nounwind ssp { entry: tail call void @exit(i32 38) noreturn nounwind unreachable } at -O2, -Os, and -O3. -- 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
