Bug 1246333 - Re-enable structured exception handling with clang-cl; r=glandium

clang-cl has been taught SEH now.
This commit is contained in:
Ehsan Akhgari 2016-02-05 21:09:41 -05:00
parent c98b12ac59
commit 6282335c3a

View File

@ -569,14 +569,7 @@ See https://developer.mozilla.org/en/Windows_Build_Prerequisites.])
AC_SUBST(MSVC_C_RUNTIME_DLL)
AC_SUBST(MSVC_CXX_RUNTIME_DLL)
# Disable SEH on clang-cl because it doesn't implement them yet.
if test -z "$CLANG_CL"; then
AC_DEFINE(HAVE_SEH_EXCEPTIONS)
else
# Send our CFLAGS to NSS
MOZ_CFLAGS_NSS=1
AC_DEFINE_UNQUOTED(GTEST_HAS_SEH, 0)
fi
AC_DEFINE(HAVE_SEH_EXCEPTIONS)
if test -n "$WIN32_REDIST_DIR"; then
if test ! -d "$WIN32_REDIST_DIR"; then