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.
Details
Details
- Reviewers
aprantl
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D95704
[CodeGen] Introduce DWARF tag for SwiftTail and emit it in CodeGen. AcceptedPublic Authored by varungandhi-apple on Jan 29 2021, 3:45 PM.
Details
Summary swifttailcc is a new calling convention in LLVM introduced
Diff Detail
Event Timelinevarungandhi-apple created this revision. Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 29 2021, 3:45 PM varungandhi-apple added a parent revision: D95561: [Clang] Introduce Swift async calling convention..Jan 29 2021, 3:46 PM This revision is now accepted and ready to land.Jan 29 2021, 3:51 PM
Revision Contents
Diff 323364 clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGen/debug-info-cc.c
llvm/include/llvm/BinaryFormat/Dwarf.def
|