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
[CodeGen/DWARF] Introduce DWARF tag for SwiftTail and emit it in CodeGen.
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.
Differential Revision: https://reviews.llvm.org/D95704
[Note: This patch seems to have been forgotten about, landing it now with considerable delay]
(cherry picked from commit 380f0fb)
Conflicts:
llvm/include/llvm/BinaryFormat/Dwarf.def
WARNING. This patch was put up for LLVM review and then forgotten
about. In the mean time the DW_CC constant was used by another LLVM
extension. So this patch actually changes the debug info
format. Thankfully, there don't seem to be any consumers depending on
the information right now, so this should be benign.
0 commit comments