[PATCH] D70568: [Support] Possibly use exception handler in the Crash Recovery Context in the same way as global exceptions
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 18 04:21:35 PST 2019
hans added a comment.
I looked over this again, and also studied CrashRecoveryContext some more.
I don't really understand why this patch needs to modify the code for how the CRC is enabled and installed, etc.
I thought all we need for in-process-cc1 is to add the DumpStackAndCleanupOnFailure flag and behavior, nothing more.
Do you think this is possible, or am I missing something?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70568/new/
https://reviews.llvm.org/D70568
More information about the cfe-commits
mailing list