[PATCH] D33260: [CrashRecovery] Don't treat OutputDebugString as a crash

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 15:45:44 PDT 2017


rnk added a comment.

I went ahead and did the "right" thing of using SEH instead: https://reviews.llvm.org/D33261

Unfortunately, mingw doesn't have SEH, so maybe we need this patch too. :(

I guess let's land it and I'll un-disable the unittest I wrote for this?


https://reviews.llvm.org/D33260





More information about the llvm-commits mailing list