bowang added a comment.
> Hi, this patch is just part-1 of Windows SEH feature support. Part-2 work
> had been sitting in https://reviews.llvm.org/D102817/new/ since last May
> 2021. It's been reviewed, and feedbacks had been addressed. but nobody has
> approved it. To handle Hardware Except
bowang added a comment.
Any updates on this patch? Would like to see it moving forward.
I was trying to use Google Breakpad with Clang. Breakpad is a crash handling
library that generates a minidump at crash. The exception handler on Windows
relies on SEH.
Breakpad works fine with MSVC. But wh