This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Async unwind - helper functions to decide on CFI emission
ClosedPublic

Authored by chill on Oct 22 2021, 9:19 AM.

Diff Detail

Event Timeline

chill created this revision.Oct 22 2021, 9:19 AM
chill requested review of this revision.Oct 22 2021, 9:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 22 2021, 9:19 AM
chill updated this revision to Diff 389532.Nov 24 2021, 10:19 AM
chill retitled this revision from [AArch64] Async unwind (2/6) - helper functions to decide on CFI emission to [AArch64] Async unwind - helper functions to decide on CFI emission.
chill added reviewers: MaskRay, t.p.northover, efriedma.
efriedma added inline comments.Nov 24 2021, 11:51 AM
llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
123

It's kind of confusing to have a method called needsUnwindInfo that always returns false on Windows. Maybe name it needsDWARFUnwindInfo or something like that?

chill updated this revision to Diff 392349.Dec 7 2021, 4:30 AM
chill marked an inline comment as done.
chill updated this revision to Diff 399011.Jan 11 2022, 10:37 AM
This revision is now accepted and ready to land.Jan 26 2022, 9:56 AM
chill updated this revision to Diff 408874.Feb 15 2022, 7:45 AM
chill updated this revision to Diff 411165.Feb 24 2022, 9:35 AM
This revision was landed with ongoing or failed builds.Feb 24 2022, 10:18 AM
This revision was automatically updated to reflect the committed changes.