[PATCH] D155818: [CloneFunction][DebugInfo] Clone DISubprogram's local types
Vladislav Dzhidzhoev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 08:37:15 PDT 2023
dzhidzhoev added a comment.
In D155818#4647515 <https://reviews.llvm.org/D155818#4647515>, @dblaikie wrote:
> Is this comment in the patch description (and any associated actual functionality in the patch) still relevant, now we're planning to/have moved local types out of the retained types list?
>
>> Additionally, when tracking function-local types in the DICompileUnit (via retainedTypes fields), it seems reasonable to track the clones as well.
Should this patch be reviewed for other potential issues? Because https://reviews.llvm.org/D158730 can't be merged without this one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155818/new/
https://reviews.llvm.org/D155818
More information about the llvm-commits
mailing list