[PATCH] D102817: [Windows SEH]: HARDWARE EXCEPTION HANDLING (MSVC -EHa) - Part 2
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 12 00:14:04 PST 2022
pengfei added a comment.
In D102817#3922951 <https://reviews.llvm.org/D102817#3922951>, @tentzen wrote:
> In D102817#3921362 <https://reviews.llvm.org/D102817#3921362>, @pengfei wrote:
>
>> One question: Is the comment still true with this patch? https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/X86/X86AsmPrinter.cpp#L807C55-L808
>
> Yes, it's true. this patch is targeting X86_64 only, not including X86 yet.
> X86 EH mechanism is different, it's dynamic State tracking, not static PC-table based as X64, AArch64, etc.
Got it, thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102817/new/
https://reviews.llvm.org/D102817
More information about the llvm-commits
mailing list