This is an archive of the discontinued LLVM Phabricator instance.

[CFG] Handle calls with funclet bundle
ClosedPublic

Authored by tunz on Dec 1 2021, 3:12 PM.

Details

Summary

When Control Flow Guard Check is inserted, funclet bundle was not checked. Therefore, it didn't generate code correctly when a target function has "funclet" bundle.

Diff Detail

Event Timeline

tunz created this revision.Dec 1 2021, 3:12 PM
tunz requested review of this revision.Dec 1 2021, 3:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2021, 3:12 PM
rnk accepted this revision.Dec 1 2021, 3:57 PM

lgtm

This revision is now accepted and ready to land.Dec 1 2021, 3:57 PM
tunz updated this revision to Diff 391540.Dec 2 2021, 9:10 PM

rebase

tunz added a comment.Dec 2 2021, 9:55 PM

Thanks for the review. Could you commit this on my behalf? I don't have commit access.

This revision was automatically updated to reflect the committed changes.