http://llvm.org/bugs/show_bug.cgi?id=4560
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Chris Lattner <[email protected]> 2009-07-17 00:34:36 --- It would be nice to support this, but very unlikely. Signals can interrupt almost anything, and you can only do async-signal-safe operations from a signal handler. These operations do not include malloc, for example. I can't imagine us supporting this in the near future. -- 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
