[PATCH] D150340: [SEH]:Fix assertion when try is used inside catch(...) block with /EHa
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 10:31:56 PDT 2023
efriedma added a comment.
> I'd really want to look at IR for return inside try/finally, but for some reason, I an not build compiler with your patch: no member named 'setHasAddressTaken' in 'llvm::MachineBasicBlock'; did you mean 'hasAddressTaken'. I may missing some thing in my environment.
The patch is old; I was having trouble getting any review, and then I forgot about it. I'll try to find time to rebase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150340/new/
https://reviews.llvm.org/D150340
More information about the cfe-commits
mailing list