File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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 @@ -34,7 +34,7 @@ RTDyldMemoryManager::~RTDyldMemoryManager() {}
34
34
35
35
// Determine whether we can register EH tables.
36
36
#if (defined(__GNUC__) && !defined(__ARM_EABI__) && \
37
- !defined(__USING_SJLJ_EXCEPTIONS__))
37
+ !defined(__USING_SJLJ_EXCEPTIONS__)) && !defined(__SEH__)
38
38
#define HAVE_EHTABLE_SUPPORT 1
39
39
#else
40
40
#define HAVE_EHTABLE_SUPPORT 0
You can’t perform that action at this time.
0 commit comments