This is an archive of the discontinued LLVM Phabricator instance.

[Support][Windows] Unify dialog box suppression and print stack traces on abort.
ClosedPublic

Authored by Bigcheese on Jan 28 2015, 10:36 AM.

Details

Reviewers
colinl
rnk
chapuni
Summary

Also fixes the MinGW issue with msvcrXXX.

Diff Detail

Event Timeline

Bigcheese updated this revision to Diff 18905.Jan 28 2015, 10:36 AM
Bigcheese retitled this revision from to [Support][Windows] Unify dialog box suppression and print stack traces on abort..
Bigcheese updated this object.
Bigcheese edited the test plan for this revision. (Show Details)
Bigcheese added a subscriber: Unknown Object (MLST).
colinl accepted this revision.Jan 28 2015, 10:58 AM
colinl edited edge metadata.

This fixed the issue for me. Thanks for the patch!

This revision is now accepted and ready to land.Jan 28 2015, 10:58 AM
rnk accepted this revision.Jan 28 2015, 11:58 AM
rnk edited edge metadata.

lgtm

aaron.ballman edited edge metadata.Jan 28 2015, 1:56 PM

I have some concerns about calling that trap function from a signal
handler, and plan to do a bit more research tomorrow (traveling today).

aaron.ballman resigned from this revision.Oct 13 2015, 5:58 AM
aaron.ballman removed a reviewer: aaron.ballman.
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r227470.