Closed Bug 1040174 Opened 11 years ago Closed 11 years ago

Disable the usage of SEH in gtest where we disable it for Gecko

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla33

People

(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)

References

Details

Attachments

(1 file)

No description provided.
Assignee: nobody → ehsan
Blocks: winclang
Attachment #8458094 - Flags: review?(mh+mozilla)
Comment on attachment 8458094 [details] [diff] [review] Disable the usage of SEH in gtest where we disable it for Gecko Review of attachment 8458094 [details] [diff] [review]: ----------------------------------------------------------------- ::: configure.in @@ +502,5 @@ > > # Disable SEH on clang-cl because it doesn't implement them yet. > if test -z "$CLANG_CL"; then > AC_DEFINE(HAVE_SEH_EXCEPTIONS) > + AC_DEFINE_UNQUOTED(GTEST_HAS_SEH, 1) I don't think you need this for MSVC, while you do need an explicit disable for clang. Don't forget every time you add an AC_DEFINE or an AC_SUBST, the result is everything is rebuilt, even if that changes nothing. So for no-ops, it's better not to add anything.
Attachment #8458094 - Flags: review?(mh+mozilla) → review+
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: