You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
The EH clauses we're generating aren't exactly the same as the pdata that LLVM will be generating; need to override/translate as appropriate.
The plan is to first implement this when just catch handlers are processed in the reader, so the initial implementation can take advantage of that if convenient.
Clearing the Sprint 83 milestone and putting this on hold pending the coming LLVM EH changes. The work-so-far on top of the old model is posted in #606 and microsoft/llvm#43 for reference.
The EH clauses we're generating aren't exactly the same as the pdata that LLVM will be generating; need to override/translate as appropriate.
The plan is to first implement this when just catch handlers are processed in the reader, so the initial implementation can take advantage of that if convenient.
Part of #13.
The text was updated successfully, but these errors were encountered: