[PATCH] D133925: [DebugInfo] Fix: Variables that have no non-empty values being emitted when they have a DBG_VALUE_LIST
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 11:11:42 PST 2023
dblaikie added a comment.
I guess if this test was updated - the existing behavior isn't a zero-length location list, but no location at all. That existing behavior appears correct to me.
So, at least on the test update itself, I'd say this patch creates a bug - by dropping the local variable where it was previously correctly described as existing but without a location.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133925/new/
https://reviews.llvm.org/D133925
More information about the llvm-commits
mailing list