https://bugs.llvm.org/show_bug.cgi?id=41420

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Richard Smith <[email protected]> ---
An extern "C" function can be implemented in C++, and even if implemented in C
it can still unwind. For example, pthread cancellation might be implemented by
unwinding, or it might throw an Objective-C exception. Marking such a function
as nounwind would be incorrect.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to