[PATCH] D45024: [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 14 18:56:57 PDT 2018
HsiangKai added a comment.
In https://reviews.llvm.org/D45024#1064323, @dblaikie wrote:
> I realize it's non-trivial to keep these all in the same list - but I'd
> rather not create a new list only to remove it again later if it can be
> helped. What particular issues did you encounter when attempting to use a
> single list?
I have merged labels metadata list into variables metadata list.
Repository:
rL LLVM
https://reviews.llvm.org/D45024
More information about the llvm-commits
mailing list