[PATCH] D143739: [WinEH] Ignore dynamic allocas of catch objects
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 07:11:16 PDT 2023
pengfei added a comment.
In D143739#4363241 <https://reviews.llvm.org/D143739#4363241>, @Naville wrote:
> Wouldn't that still results in unwind failure like 60914 <https://github.com/llvm/llvm-project/issues/60914>? Or what am I missing here?
>
> EDIT:
> What exactly does "going through the trouble or reporting an error" means? I do have time dedicated to this topic but I'm not entirely sure what to do here
Guess D151209 <https://reviews.llvm.org/D151209> is what you expected. It does catch a lot ill formated IR tests which would be crash with llc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143739/new/
https://reviews.llvm.org/D143739
More information about the llvm-commits
mailing list