[PATCH] D70568: [Support] Possibly use exception handler in the Crash Recovery Context in the same way as global exceptions
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 9 07:38:29 PST 2019
aganea added inline comments.
================
Comment at: llvm/include/llvm/Support/CrashRecoveryContext.h:26
/// Clients make use of this code by first calling
/// CrashRecoveryContext::Enable(), and then executing unsafe operations via a
/// CrashRecoveryContext object. For example:
----------------
hans wrote:
> I guess this needs an update, if it's now being enabled by default?
I've reverted to the previous behavior, as described in the comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70568/new/
https://reviews.llvm.org/D70568
More information about the cfe-commits
mailing list