[LLVMbugs] [Bug 14326] New: Call __cxa_end_cleanup instead of _Unwind_Resume by ARM EHABI
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Nov 13 05:31:22 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14326
Bug #: 14326
Summary: Call __cxa_end_cleanup instead of _Unwind_Resume by
ARM EHABI
Product: libraries
Version: trunk
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: ARM
AssignedTo: unassignedbugs at nondot.org
ReportedBy: wenhan.gu at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Hi all,
According to ARM EHABI, we should call __cxa_end_cleanup but not _Unwind_Resume
directly on not SjLj environment.
--
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