[PATCH] D129945: [JITLink][COFF] Don't dead strip seh frame of exported function.

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 20:28:42 PDT 2022


sunho added a comment.

In D129945#3677757 <https://reviews.llvm.org/D129945#3677757>, @lhames wrote:

> LGTM!
>
> Is the SEH section already being broken up into blocks? Where is that happening?

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.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129945/new/

https://reviews.llvm.org/D129945



More information about the llvm-commits mailing list