There are no register_frame and deregister_frame functions when using structured exception handling.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This is right, MingW SEH does not have these functions.
See also this discussion:
2013/12/11 Jonathan Liu <net147@gmail.com>
Hi #llvm,
There are no register_frame and deregister_frame functions when using
structured exception handling.http://llvm-reviews.chandlerc.com/D2378
Files:
lib/ExecutionEngine/RTDyldMemoryManager.cppIndex: lib/ExecutionEngine/RTDyldMemoryManager.cpp
- lib/ExecutionEngine/RTDyldMemoryManager.cpp
+++ lib/ExecutionEngine/RTDyldMemoryManager.cpp
@@ -34,7 +34,7 @@// Determine whether we can register EH tables.
#if (defined(GNUC) && !defined(ARM_EABI) && !defined(ia64) &&
\
- !defined(USING_SJLJ_EXCEPTIONS))
+ !defined(SEH) && !defined(USING_SJLJ_EXCEPTIONS))
#define HAVE_EHTABLE_SUPPORT 1
#else
#define HAVE_EHTABLE_SUPPORT 0
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits