diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2014-01-01 00:36:21 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2014-01-01 00:36:21 +0000 |
commit | 512b84fc6c12bc496cef739e69bfaaf27e7ccc8e (patch) | |
tree | db8b2c2435249ad6e3b71b8f74ba7fdf112bb6cb /lib | |
parent | f8af5cf600354830d4ccf59732403f0f073eccb9 (diff) |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExecutionEngine/RTDyldMemoryManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/RTDyldMemoryManager.cpp b/lib/ExecutionEngine/RTDyldMemoryManager.cpp index 58a64609b9bcd..26e1fddd7695e 100644 --- a/lib/ExecutionEngine/RTDyldMemoryManager.cpp +++ b/lib/ExecutionEngine/RTDyldMemoryManager.cpp @@ -34,7 +34,7 @@ RTDyldMemoryManager::~RTDyldMemoryManager() {} // 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 |