File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ extern "C" void LLVMLinkInJIT() {
69
69
70
70
// Determine whether we can register EH tables.
71
71
#if (defined(__GNUC__) && !defined(__ARM_EABI__) && \
72
- !defined(__USING_SJLJ_EXCEPTIONS__))
72
+ !defined(__USING_SJLJ_EXCEPTIONS__)) && !defined(__SEH__)
73
73
#define HAVE_EHTABLE_SUPPORT 1
74
74
#else
75
75
#define HAVE_EHTABLE_SUPPORT 0
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ bool SectionMemoryManager::applyPermissions(std::string *ErrMsg)
148
148
149
149
// Determine whether we can register EH tables.
150
150
#if (defined(__GNUC__) && !defined(__ARM_EABI__) && \
151
- !defined(__USING_SJLJ_EXCEPTIONS__))
151
+ !defined(__USING_SJLJ_EXCEPTIONS__)) && !defined(__SEH__)
152
152
#define HAVE_EHTABLE_SUPPORT 1
153
153
#else
154
154
#define HAVE_EHTABLE_SUPPORT 0
You can’t perform that action at this time.
0 commit comments