Adds keep-alive edges to pdata section to prevent dead strip of block when its parent function is alive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM!
Is the SEH section already being broken up into blocks? Where is that happening?
Comment Actions
I believe it is already broken up and I actually think windows API just allow to register everything in a bulk. I haven't really hit a case where things get broken because the entry was not broken up.