[PATCH] D99078: [LLD][WIP] Implement /guard:[no]ehcont

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 02:30:14 PDT 2021


pengfei added a subscriber: rnk.
pengfei added a comment.

Hi @rnk , I'm implementing EHCont guard in LLD referring to your longjmp patch. Currently the binary's EHCont table always be null. I guess it results from I haven't told lld where's the place it should put the EHCont table in the load config table.
But I didn't find any related code in longjmp patch. Could you point me where the code is? Or I misunderstood something?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99078



More information about the llvm-commits mailing list