[LLVMbugs] [Bug 4560] "Recursive compilation detected" and Linux signals

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Jul 16 22:34:45 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4560


Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |resistor at mac.com
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Chris Lattner <clattner at apple.com>  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.



More information about the llvm-bugs mailing list