http://llvm.org/bugs/show_bug.cgi?id=7043
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Benjamin Kramer <[email protected]> 2010-08-17 19:33:17 CDT --- This is fixed now. - The original issue was that boost build made clang's stderr non-blocking, which confused raw_ostream. It was worked around in raw_ostream and boost build was fixed to provide blocking stderr. - The crash with closed stderr (2>&-) was fixed by Chris in r111321. -- 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
