[PATCH] D45024: [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 5 17:41:37 PDT 2018
HsiangKai added a comment.
In https://reviews.llvm.org/D45024#1059159, @dblaikie wrote:
> Probably best not to create another list on the DISubprogram - you might be
> able to generalize the existing list to contain "anything that might be
> optimized out"
>
> Katya (CC'd), over at Sony, has been looking at a similar issue/possible
> change to move function-local using declarations/directives into such a
> list as well.
Good idea. I will try to figure out how to do it. If it is possible to combine all local
entities into one list, I will do it.
Repository:
rL LLVM
https://reviews.llvm.org/D45024
More information about the llvm-commits
mailing list