http://llvm.org/bugs/show_bug.cgi?id=9480
Bill Wendling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from Bill Wendling <[email protected]> 2011-03-14 18:39:44 CDT --- Yes, we do want to get rid of warnings for -Asserts. I looked at your patch. I'm not entirely sure that it's correct. At least for the PathProfiling.cpp file. It seems as if "errs()" is used outside of DEBUG macros. (But it was a quick look...) I'll see if someone here who knows the code better can comment... -- 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
