This is an archive of the discontinued LLVM Phabricator instance.

[WinEH] Fix issue of dynamic alloca in try block
Needs ReviewPublic

Authored by LuoYuanke on Mar 3 2023, 4:31 PM.

Details

Reviewers
efriedma

Diff Detail

Event Timeline

LuoYuanke created this revision.Mar 3 2023, 4:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 4:31 PM
LuoYuanke requested review of this revision.Mar 3 2023, 4:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 4:31 PM

Tested this with cases in #60914. Both got segmentation fault. I think this should not be a correct fix.