[all-commits] [llvm/llvm-project] 380f0f: [CodeGen/DWARF] Introduce DWARF tag for SwiftTail ...

Adrian Prantl via All-commits all-commits at lists.llvm.org
Thu Mar 28 14:55:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 380f0fb682041aca3d682d9f1be9d3021f4b2daa
      https://github.com/llvm/llvm-project/commit/380f0fb682041aca3d682d9f1be9d3021f4b2daa
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/test/CodeGen/debug-info-cc.c
    M llvm/include/llvm/BinaryFormat/Dwarf.def

  Log Message:
  -----------
  [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]



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list