[all-commits] [llvm/llvm-project] ee7542: [AsmPrinter] Use EntryValue object info to emit Dwarf
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Fri May 12 05:36:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee75422ce1854208b12eb114e62ff9e3042570c7
https://github.com/llvm/llvm-project/commit/ee75422ce1854208b12eb114e62ff9e3042570c7
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
A llvm/test/DebugInfo/AArch64/dbg-entry-value-swiftasync.mir
Log Message:
-----------
[AsmPrinter] Use EntryValue object info to emit Dwarf
This patch consumes the EntryValueObjects in a MachineFunction's table, using
them to emit the appropriate debug information for these variables.
Depends on D149880
Differential Revision: https://reviews.llvm.org/D149881
More information about the All-commits
mailing list