fork download
  1. --- lib/ExecutionEngine/JIT/JIT.cpp (revision 184063)
  2. +++ lib/ExecutionEngine/JIT/JIT.cpp (working copy)
  3. @@ -69,7 +69,7 @@
  4.  
  5. // Determine whether we can register EH tables.
  6. #if (defined(__GNUC__) && !defined(__ARM_EABI__) && \
  7. - !defined(__USING_SJLJ_EXCEPTIONS__))
  8. + !defined(__USING_SJLJ_EXCEPTIONS__)) && !defined(__SEH__)
  9. #define HAVE_EHTABLE_SUPPORT 1
  10. #else
  11. #define HAVE_EHTABLE_SUPPORT 0
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty