[PATCH] D155818: [CloneFunction][DebugInfo] Clone DISubprogram's local types

Vladislav Dzhidzhoev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 05:51:24 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.

Thanks for the catch! No, it's not relevant anymore. The code processing retainedTypes of DICompileUnit has been dropped.


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