This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Fix compilation of CrashRecoveryContext.cpp on mingw
ClosedPublic

Authored by zero9178 on Jan 11 2020, 4:22 PM.

Details

Summary

The method HandleCrash takes a uintptr as it's second argument. Trying to pass type PEXCEPTION_POINTERS requires a reinterpret_cast.

Would need someone to commit this for me as well

Diff Detail

Event Timeline

zero9178 created this revision.Jan 11 2020, 4:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2020, 4:22 PM
aganea accepted this revision.Jan 12 2020, 9:06 AM

Thanks for the fix Markus! I can commit on your behalf.

This revision is now accepted and ready to land.Jan 12 2020, 9:06 AM

That would be great thanks!

This revision was automatically updated to reflect the committed changes.