[all-commits] [llvm/llvm-project] aa8003: [DebugInfo] retainedTypes should not have subprograms
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Fri Oct 15 09:42:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa80034ab986ca830b910ba0a156a9e1752b0e37
https://github.com/llvm/llvm-project/commit/aa80034ab986ca830b910ba0a156a9e1752b0e37
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-indirect-param.mir
M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-orr-moves.mir
M llvm/test/DebugInfo/MIR/X86/callsite-stack-value.mir
M llvm/test/DebugInfo/MIR/X86/debug-call-site-param.mir
M llvm/test/DebugInfo/X86/convert-loclist.ll
Log Message:
-----------
[DebugInfo] retainedTypes should not have subprograms
After D80369, the retainedTypes in CU's should not have any subprograms
so we should not handle that case when emitting debug info.
Differential Revision: https://reviews.llvm.org/D111593
More information about the All-commits
mailing list