[PATCH] D112498: [Lex] Remove timer from #pragma clang __debug crash handler
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 25 18:29:51 PDT 2021
aganea added a comment.
That sounds right. You can test that scenario in a debugger, by putting a breakpoint before BuryPointer in clang/tools/driver/driver.cpp and verifying that the TimerGroup still has a pointer to the deleted stack frames, after the CrashRecoveryContext has successfully catches the abort().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112498/new/
https://reviews.llvm.org/D112498
More information about the cfe-commits
mailing list