[PATCH] D159468: [AsmPrinter][DwarfDebug] Skip vars with fragments in different location kinds
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 15 22:45:30 PDT 2023
dblaikie added a comment.
Probably worth a FIXME and a bug filed about supporting different location kinds? (like, really - we can't describe a variable as being partly in memory, and partly in a register? That doesn't sound right to me... I'd have thought we would've had support for that a while ago, but I don't follow the variable location parts of DWARF in as much detail, so maybe it is)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159468/new/
https://reviews.llvm.org/D159468
More information about the llvm-commits
mailing list