This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Introduce DWARF tag for SwiftTail and emit it in CodeGen.
AcceptedPublic

Authored by varungandhi-apple on Jan 29 2021, 3:45 PM.

Details

Reviewers
aprantl
Summary

swifttailcc is a new calling convention in LLVM introduced
in https://reviews.llvm.org/D95443. We add a new DWARF tag to capture
this in debuginfo.

Diff Detail

Event Timeline

varungandhi-apple requested review of this revision.Jan 29 2021, 3:45 PM
varungandhi-apple created this revision.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 29 2021, 3:45 PM
aprantl accepted this revision.Jan 29 2021, 3:51 PM

Thank you!

This revision is now accepted and ready to land.Jan 29 2021, 3:51 PM

Tweak test case diff to adjust for change in previous commit.