[llvm-dev] Call for testing -- new variable location tracking solution
via llvm-dev
llvm-dev at lists.llvm.org
Thu Jul 29 06:58:02 PDT 2021
> (I think subprograms can
> acquire abstract origins after they're dwarf-emitted?).
I'd hope not... The out-of-line instance and all inlined instances
should be pointing to the same abstract origin. If the out-of-line
instance gets emitted first, *maybe* what you suggest can happen,
because we haven't yet noticed there are inline instances? But
that's not how the DWARF is supposed to look.
--paulr
More information about the llvm-dev
mailing list